Html Css Color HEX #026E8F Cerulean

📋 copy color: '#026E8F'

red 2 ◦ green 110 ◦ blue 143

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

Shades of Cerulean #026E8F

Tints of Cerulean #026E8F

RGB

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

 GREEN value IS 110 (43.36% from 255) = 43.14%

 BLUE value IS 143 (56.25% from 255) = 56.08%

R = 0.78%
G = 43.14%
B = 56.08%

CMYK

 C value IS 0.99

 M value IS 0.23

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#026E8F (or 0x026E8F) is known color: Cerulean. HEX triplet: 02, 6E and 8F. RGB value is (2,110,143). Sum of RGB (Red+Green+Blue) = 2+110+143=255 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 255); Green value is 110 (43.36% from 255 or 43.14% from 255); Blue value is 143 (56.25% from 255 or 56.08% from 255); Max value from RGB is 143 - color contains mainly: blue. Hex color #026E8F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #026E8F is #FD9170. Grayscale: #515151. Windows color (decimal): -16617841 or 9399810. OLE color: 9399810.

HSL color Cylindrical-coordinate representation of color #026E8F: hue angle of 194.04º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #026E8F is Cyan = 0.99, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 2 110 143 -
CMYK 0.99 0.23 0 0.44
HSL 194.04º 0.97% 0.28% -
HSV(B) 194.04º 0.99% 0.56% -
XYZ 10.56 13.15 27.97 -
YUV 81.47 162.72 71.32 -
System Red Green Blue C M Y K H S L
Decimal 2 110 143 0.99 0.23 0 0.44 194.04 0.97 0.28
Hex 2 6E 8F 63 17 0 2C C2 61 1C
Octal 2 156 217 143 27 0 54 302 141 34
Binary 10 1101110 10001111 1100011 10111 0 101100 11000010 1100001 11100

Color Harmonies of #026E8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026E8F

Black with #026E8F

Text Example


Text Example

White with #026E8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026E8F; }

 p { color: rgb(2,110,143); }

 H1.HeaderClassName
 {
   color: #026E8F;
 }
 .AnyTagClassName
 {
   color: #026E8F;
 }
</style>

background-color css

<style>
 a { background-color: #026E8F; }

 a { background-color: rgb(2,110,143); }

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

border-color css

<style>
 span { border-color: #026E8F; }

 span { border-color: rgb(2,110,143); }

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