#027FC1

Color #027FC1 Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #027FC1

Tints of Cerulean #027FC1

Color information

#027FC1 (or 0x027FC1) is unknown color: approx Cerulean. HEX triplet: 02, 7F and C1. RGB value is (2,127,193). Sum of RGB (Red+Green+Blue) = 2+127+193=322 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 322); Green value is 127 (50% from 255 or 39.44% from 322); Blue value is 193 (75.78% from 255 or 59.94% from 322); Max value from RGB is 193 - color contains mainly: blue. Hex color #027FC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027FC1 is #FD803E. Grayscale: #606060. Windows color (decimal): -16613439 or 12680962. OLE color: 12680962.

HSL color Cylindrical-coordinate representation of color #027FC1: hue angle of 200.73º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027FC1 is Cyan = 0.99, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB2127193-
CMYK0.990.3400.24
HSL200.73º97.95%38.24%-
HSV(B)200.73º98.96%75.69%-
XYZ17.2419.0453.22-
YUV97.15182.0960.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 2 (1.17% from 255) = 0.62%
GREEN value IS 127 (50% from 255) = 39.44%
BLUE value IS 193 (75.78% from 255) = 59.94%
R=0.62%
G=39.44%
B=59.94%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal21271930.990.3400.24200.7397.9538.24
Hex27FC16322018c96226
Octal21773011434203031114246
Binary101111111110000011100011100010011000110010011100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027FC1; }

 p { color: rgb(2,127,193); }

 H1.HeaderClassName
 {
   color: #027FC1;
 }
 .AnyTagClassName
 {
   color: #027FC1;
 }
</style>
background-color css

<style>
 a { background-color: #027FC1; }

 a { background-color: rgb(2,127,193); }

 div.DivClassName
 {
   background-color: #027FC1;
 }
 .BgClassName
 {
   background-color: #027FC1;
 }
</style>
border-color css

<style>
 span { border-color: #027FC1; }

 span { border-color: rgb(2,127,193); }

 td.TdClassName
 {
   border-color: #027FC1;
 }
 .TagClassName
 {
   border-color: #027FC1;
 }
</style>