Html Css Color HEX #027FB4 Cerulean

📋 copy color: '#027FB4'

red 2 ◦ green 127 ◦ blue 180

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

Shades of Cerulean #027FB4

Tints of Cerulean #027FB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 58.25%

R = 0.65%
G = 41.1%
B = 58.25%

CMYK

 C value IS 0.99

 M value IS 0.29

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#027FB4 (or 0x027FB4) is known color: Cerulean. HEX triplet: 02, 7F and B4. RGB value is (2,127,180). Sum of RGB (Red+Green+Blue) = 2+127+180=309 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 309); Green value is 127 (50% from 255 or 41.10% from 309); Blue value is 180 (70.70% from 255 or 58.25% from 309); Max value from RGB is 180 - color contains mainly: blue. Hex color #027FB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027FB4 is #FD804B. Grayscale: #5F5F5F. Windows color (decimal): -16613452 or 11828994. OLE color: 11828994.

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

Color convert

RGB 2 127 180 -
CMYK 0.99 0.29 0 0.29
HSL 197.87º 0.98% 0.36% -
HSV(B) 197.87º 0.99% 0.71% -
XYZ 15.85 18.49 45.91 -
YUV 95.67 175.59 61.19 -
System Red Green Blue C M Y K H S L
Decimal 2 127 180 0.99 0.29 0 0.29 197.87 0.98 0.36
Hex 2 7F B4 63 1D 0 1D C6 62 24
Octal 2 177 264 143 35 0 35 306 142 44
Binary 10 1111111 10110100 1100011 11101 0 11101 11000110 1100010 100100

Color Harmonies of #027FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027FB4

Black with #027FB4

Text Example


Text Example

White with #027FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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