Html Css Color HEX #0E7BBB Cerulean

📋 copy color: '#0E7BBB'

red 14 ◦ green 123 ◦ blue 187

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

Shades of Cerulean #0E7BBB

Tints of Cerulean #0E7BBB

RGB

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

 GREEN value IS 123 (48.44% from 255) = 37.96%

 BLUE value IS 187 (73.44% from 255) = 57.72%

R = 4.32%
G = 37.96%
B = 57.72%

CMYK

 C value IS 0.93

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0E7BBB (or 0x0E7BBB) is known color: Cerulean. HEX triplet: 0E, 7B and BB. RGB value is (14,123,187). Sum of RGB (Red+Green+Blue) = 14+123+187=324 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.32% from 324); Green value is 123 (48.44% from 255 or 37.96% from 324); Blue value is 187 (73.44% from 255 or 57.72% from 324); Max value from RGB is 187 - color contains mainly: blue. Hex color #0E7BBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E7BBB is #F18444. Grayscale: #616161. Windows color (decimal): -15828037 or 12286734. OLE color: 12286734.

HSL color Cylindrical-coordinate representation of color #0E7BBB: hue angle of 202.2º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E7BBB is Cyan = 0.93, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 14 123 187 -
CMYK 0.93 0.34 0 0.27
HSL 202.2º 0.86% 0.39% -
HSV(B) 202.2º 0.93% 0.73% -
XYZ 16.23 17.85 49.6 -
YUV 97.71 178.39 68.3 -
System Red Green Blue C M Y K H S L
Decimal 14 123 187 0.93 0.34 0 0.27 202.2 0.86 0.39
Hex E 7B BB 5D 22 0 1B CA 56 27
Octal 16 173 273 135 42 0 33 312 126 47
Binary 1110 1111011 10111011 1011101 100010 0 11011 11001010 1010110 100111

Color Harmonies of #0E7BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E7BBB

Black with #0E7BBB

Text Example


Text Example

White with #0E7BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,123,187); }

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

background-color css

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

 a { background-color: rgb(14,123,187); }

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

border-color css

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

 span { border-color: rgb(14,123,187); }

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