Html Css Color HEX #0E7ABC Cerulean

📋 copy color: '#0E7ABC'

red 14 ◦ green 122 ◦ blue 188

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

Shades of Cerulean #0E7ABC

Tints of Cerulean #0E7ABC

RGB

 RED value IS 14 (5.86% from 255) = 4.32%

 GREEN value IS 122 (48.05% from 255) = 37.65%

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

R = 4.32%
G = 37.65%
B = 58.02%

CMYK

 C value IS 0.93

 M value IS 0.35

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0E7ABC (or 0x0E7ABC) is known color: Cerulean. HEX triplet: 0E, 7A and BC. RGB value is (14,122,188). Sum of RGB (Red+Green+Blue) = 14+122+188=324 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.32% from 324); Green value is 122 (48.05% from 255 or 37.65% from 324); Blue value is 188 (73.83% from 255 or 58.02% from 324); Max value from RGB is 188 - color contains mainly: blue. Hex color #0E7ABC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E7ABC is #F18543. Grayscale: #606060. Windows color (decimal): -15828292 or 12352014. OLE color: 12352014.

HSL color Cylindrical-coordinate representation of color #0E7ABC: hue angle of 202.76º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E7ABC is Cyan = 0.93, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 14 122 188 -
CMYK 0.93 0.35 0 0.26
HSL 202.76º 0.86% 0.4% -
HSV(B) 202.76º 0.93% 0.74% -
XYZ 16.22 17.64 50.13 -
YUV 97.23 179.22 68.63 -
System Red Green Blue C M Y K H S L
Decimal 14 122 188 0.93 0.35 0 0.26 202.76 0.86 0.4
Hex E 7A BC 5D 23 0 1A CB 56 28
Octal 16 172 274 135 43 0 32 313 126 50
Binary 1110 1111010 10111100 1011101 100011 0 11010 11001011 1010110 101000

Color Harmonies of #0E7ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E7ABC

Black with #0E7ABC

Text Example


Text Example

White with #0E7ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0E7ABC; }

 p { color: rgb(14,122,188); }

 H1.HeaderClassName
 {
   color: #0E7ABC;
 }
 .AnyTagClassName
 {
   color: #0E7ABC;
 }
</style>

background-color css

<style>
 a { background-color: #0E7ABC; }

 a { background-color: rgb(14,122,188); }

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

border-color css

<style>
 span { border-color: #0E7ABC; }

 span { border-color: rgb(14,122,188); }

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