Html Css Color HEX #027FBC Cerulean

📋 copy color: '#027FBC'

red 2 ◦ green 127 ◦ blue 188

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

Shades of Cerulean #027FBC

Tints of Cerulean #027FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 59.31%

R = 0.63%
G = 40.06%
B = 59.31%

CMYK

 C value IS 0.99

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#027FBC (or 0x027FBC) is known color: Cerulean. HEX triplet: 02, 7F and BC. RGB value is (2,127,188). Sum of RGB (Red+Green+Blue) = 2+127+188=317 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 317); Green value is 127 (50% from 255 or 40.06% from 317); Blue value is 188 (73.83% from 255 or 59.31% from 317); Max value from RGB is 188 - color contains mainly: blue. Hex color #027FBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027FBC is #FD8043. Grayscale: #606060. Windows color (decimal): -16613444 or 12353282. OLE color: 12353282.

HSL color Cylindrical-coordinate representation of color #027FBC: hue angle of 199.68º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027FBC is Cyan = 0.99, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 2 127 188 -
CMYK 0.99 0.32 0 0.26
HSL 199.68º 0.98% 0.37% -
HSV(B) 199.68º 0.99% 0.74% -
XYZ 16.69 18.82 50.33 -
YUV 96.58 179.59 60.54 -
System Red Green Blue C M Y K H S L
Decimal 2 127 188 0.99 0.32 0 0.26 199.68 0.98 0.37
Hex 2 7F BC 63 20 0 1A C8 62 25
Octal 2 177 274 143 40 0 32 310 142 45
Binary 10 1111111 10111100 1100011 100000 0 11010 11001000 1100010 100101

Color Harmonies of #027FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027FBC

Black with #027FBC

Text Example


Text Example

White with #027FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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