Html Css Color HEX #0E7DBB Cerulean

📋 copy color: '#0E7DBB'

red 14 ◦ green 125 ◦ blue 187

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

Shades of Cerulean #0E7DBB

Tints of Cerulean #0E7DBB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 38.34%

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

R = 4.29%
G = 38.34%
B = 57.36%

CMYK

 C value IS 0.93

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0E7DBB (or 0x0E7DBB) is known color: Cerulean. HEX triplet: 0E, 7D and BB. RGB value is (14,125,187). Sum of RGB (Red+Green+Blue) = 14+125+187=326 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.29% from 326); Green value is 125 (49.22% from 255 or 38.34% from 326); Blue value is 187 (73.44% from 255 or 57.36% from 326); Max value from RGB is 187 - color contains mainly: blue. Hex color #0E7DBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E7DBB is #F18244. Grayscale: #626262. Windows color (decimal): -15827525 or 12287246. OLE color: 12287246.

HSL color Cylindrical-coordinate representation of color #0E7DBB: hue angle of 201.5º 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 #0E7DBB is Cyan = 0.93, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 14 125 187 -
CMYK 0.93 0.33 0 0.27
HSL 201.5º 0.86% 0.39% -
HSV(B) 201.5º 0.93% 0.73% -
XYZ 16.48 18.35 49.69 -
YUV 98.88 177.73 67.46 -
System Red Green Blue C M Y K H S L
Decimal 14 125 187 0.93 0.33 0 0.27 201.5 0.86 0.39
Hex E 7D BB 5D 21 0 1B CA 56 27
Octal 16 175 273 135 41 0 33 312 126 47
Binary 1110 1111101 10111011 1011101 100001 0 11011 11001010 1010110 100111

Color Harmonies of #0E7DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E7DBB

Black with #0E7DBB

Text Example


Text Example

White with #0E7DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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