Html Css Color HEX #027FB3 Cerulean

📋 copy color: '#027FB3'

red 2 ◦ green 127 ◦ blue 179

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

Shades of Cerulean #027FB3

Tints of Cerulean #027FB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 58.12%

R = 0.65%
G = 41.23%
B = 58.12%

CMYK

 C value IS 0.99

 M value IS 0.29

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#027FB3 (or 0x027FB3) is known color: Cerulean. HEX triplet: 02, 7F and B3. RGB value is (2,127,179). Sum of RGB (Red+Green+Blue) = 2+127+179=308 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 308); Green value is 127 (50% from 255 or 41.23% from 308); Blue value is 179 (70.31% from 255 or 58.12% from 308); Max value from RGB is 179 - color contains mainly: blue. Hex color #027FB3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027FB3 is #FD804C. Grayscale: #5F5F5F. Windows color (decimal): -16613453 or 11763458. OLE color: 11763458.

HSL color Cylindrical-coordinate representation of color #027FB3: hue angle of 197.63º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027FB3 is Cyan = 0.99, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 2 127 179 -
CMYK 0.99 0.29 0 0.30
HSL 197.63º 0.98% 0.35% -
HSV(B) 197.63º 0.99% 0.7% -
XYZ 15.75 18.45 45.38 -
YUV 95.55 175.09 61.27 -
System Red Green Blue C M Y K H S L
Decimal 2 127 179 0.99 0.29 0 0.30 197.63 0.98 0.35
Hex 2 7F B3 63 1D 0 1E C6 62 23
Octal 2 177 263 143 35 0 36 306 142 43
Binary 10 1111111 10110011 1100011 11101 0 11110 11000110 1100010 100011

Color Harmonies of #027FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027FB3

Black with #027FB3

Text Example


Text Example

White with #027FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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