Html Css Color HEX #0E7DB3 Cerulean

📋 copy color: '#0E7DB3'

red 14 ◦ green 125 ◦ blue 179

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

Shades of Cerulean #0E7DB3

Tints of Cerulean #0E7DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 56.29%

R = 4.4%
G = 39.31%
B = 56.29%

CMYK

 C value IS 0.92

 M value IS 0.30

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#0E7DB3 (or 0x0E7DB3) is known color: Cerulean. HEX triplet: 0E, 7D and B3. RGB value is (14,125,179). Sum of RGB (Red+Green+Blue) = 14+125+179=318 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.40% from 318); Green value is 125 (49.22% from 255 or 39.31% from 318); Blue value is 179 (70.31% from 255 or 56.29% from 318); Max value from RGB is 179 - color contains mainly: blue. Hex color #0E7DB3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E7DB3 is #F1824C. Grayscale: #616161. Windows color (decimal): -15827533 or 11762958. OLE color: 11762958.

HSL color Cylindrical-coordinate representation of color #0E7DB3: hue angle of 199.64º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E7DB3 is Cyan = 0.92, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 14 125 179 -
CMYK 0.92 0.30 0 0.30
HSL 199.64º 0.85% 0.38% -
HSV(B) 199.64º 0.92% 0.7% -
XYZ 15.65 18.02 45.3 -
YUV 97.97 173.73 68.11 -
System Red Green Blue C M Y K H S L
Decimal 14 125 179 0.92 0.30 0 0.30 199.64 0.85 0.38
Hex E 7D B3 5C 1E 0 1E C8 55 26
Octal 16 175 263 134 36 0 36 310 125 46
Binary 1110 1111101 10110011 1011100 11110 0 11110 11001000 1010101 100110

Color Harmonies of #0E7DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E7DB3

Black with #0E7DB3

Text Example


Text Example

White with #0E7DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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