Html Css Color HEX #0D7CBC Cerulean

📋 copy color: '#0D7CBC'

red 13 ◦ green 124 ◦ blue 188

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

Shades of Cerulean #0D7CBC

Tints of Cerulean #0D7CBC

RGB

 RED value IS 13 (5.47% from 255) = 4%

 GREEN value IS 124 (48.83% from 255) = 38.15%

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

R = 4%
G = 38.15%
B = 57.85%

CMYK

 C value IS 0.93

 M value IS 0.34

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0D7CBC (or 0x0D7CBC) is known color: Cerulean. HEX triplet: 0D, 7C and BC. RGB value is (13,124,188). Sum of RGB (Red+Green+Blue) = 13+124+188=325 (43% of max value = 765). Red value is 13 (5.47% from 255 or 4% from 325); Green value is 124 (48.83% from 255 or 38.15% from 325); Blue value is 188 (73.83% from 255 or 57.85% from 325); Max value from RGB is 188 - color contains mainly: blue. Hex color #0D7CBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D7CBC is #F28343. Grayscale: #616161. Windows color (decimal): -15893316 or 12352525. OLE color: 12352525.

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

Color convert

RGB 13 124 188 -
CMYK 0.93 0.34 0 0.26
HSL 201.94º 0.87% 0.39% -
HSV(B) 201.94º 0.93% 0.74% -
XYZ 16.45 18.13 50.21 -
YUV 98.11 178.73 67.3 -
System Red Green Blue C M Y K H S L
Decimal 13 124 188 0.93 0.34 0 0.26 201.94 0.87 0.39
Hex D 7C BC 5D 22 0 1A CA 57 27
Octal 15 174 274 135 42 0 32 312 127 47
Binary 1101 1111100 10111100 1011101 100010 0 11010 11001010 1010111 100111

Color Harmonies of #0D7CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D7CBC

Black with #0D7CBC

Text Example


Text Example

White with #0D7CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,124,188); }

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

background-color css

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

 a { background-color: rgb(13,124,188); }

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

border-color css

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

 span { border-color: rgb(13,124,188); }

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