Html Css Color HEX #027FC2 Cerulean

📋 copy color: '#027FC2'

red 2 ◦ green 127 ◦ blue 194

#027FC2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean #027FC2

Tints of Cerulean #027FC2

RGB

 RED value IS 2 (1.17% from 255) = 0.62%

 GREEN value IS 127 (50% from 255) = 39.32%

 BLUE value IS 194 (76.17% from 255) = 60.06%

R = 0.62%
G = 39.32%
B = 60.06%

CMYK

 C value IS 0.99

 M value IS 0.35

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#027FC2 (or 0x027FC2) is known color: Cerulean. HEX triplet: 02, 7F and C2. RGB value is (2,127,194). Sum of RGB (Red+Green+Blue) = 2+127+194=323 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 323); Green value is 127 (50% from 255 or 39.32% from 323); Blue value is 194 (76.17% from 255 or 60.06% from 323); Max value from RGB is 194 - color contains mainly: blue. Hex color #027FC2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027FC2 is #FD803D. Grayscale: #606060. Windows color (decimal): -16613438 or 12746498. OLE color: 12746498.

HSL color Cylindrical-coordinate representation of color #027FC2: hue angle of 200.94º 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 #027FC2 is Cyan = 0.99, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 2 127 194 -
CMYK 0.99 0.35 0 0.24
HSL 200.94º 0.98% 0.38% -
HSV(B) 200.94º 0.99% 0.76% -
XYZ 17.35 19.09 53.81 -
YUV 97.26 182.59 60.05 -
System Red Green Blue C M Y K H S L
Decimal 2 127 194 0.99 0.35 0 0.24 200.94 0.98 0.38
Hex 2 7F C2 63 23 0 18 C9 62 26
Octal 2 177 302 143 43 0 30 311 142 46
Binary 10 1111111 11000010 1100011 100011 0 11000 11001001 1100010 100110

Color Harmonies of #027FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027FC2

Black with #027FC2

Text Example


Text Example

White with #027FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #027FC2;
 }
 .AnyTagClassName
 {
   color: #027FC2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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