Html Css Color HEX #0E7BBE Cerulean

📋 copy color: '#0E7BBE'

red 14 ◦ green 123 ◦ blue 190

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

Shades of Cerulean #0E7BBE

Tints of Cerulean #0E7BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 58.1%

R = 4.28%
G = 37.61%
B = 58.1%

CMYK

 C value IS 0.93

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0E7BBE (or 0x0E7BBE) is known color: Cerulean. HEX triplet: 0E, 7B and BE. RGB value is (14,123,190). Sum of RGB (Red+Green+Blue) = 14+123+190=327 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.28% from 327); Green value is 123 (48.44% from 255 or 37.61% from 327); Blue value is 190 (74.61% from 255 or 58.10% from 327); Max value from RGB is 190 - color contains mainly: blue. Hex color #0E7BBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E7BBE is #F18441. Grayscale: #616161. Windows color (decimal): -15828034 or 12483342. OLE color: 12483342.

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

Color convert

RGB 14 123 190 -
CMYK 0.93 0.35 0 0.25
HSL 202.84º 0.86% 0.4% -
HSV(B) 202.84º 0.93% 0.75% -
XYZ 16.56 17.98 51.31 -
YUV 98.05 179.89 68.05 -
System Red Green Blue C M Y K H S L
Decimal 14 123 190 0.93 0.35 0 0.25 202.84 0.86 0.4
Hex E 7B BE 5D 23 0 19 CB 56 28
Octal 16 173 276 135 43 0 31 313 126 50
Binary 1110 1111011 10111110 1011101 100011 0 11001 11001011 1010110 101000

Color Harmonies of #0E7BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E7BBE

Black with #0E7BBE

Text Example


Text Example

White with #0E7BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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