#0D7FBD

Color #0D7FBD Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #0D7FBD

Tints of Cerulean #0D7FBD

Color information

#0D7FBD (or 0x0D7FBD) is unknown color: approx Cerulean. HEX triplet: 0D, 7F and BD. RGB value is (13,127,189). Sum of RGB (Red+Green+Blue) = 13+127+189=329 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.95% from 329); Green value is 127 (50% from 255 or 38.60% from 329); Blue value is 189 (74.22% from 255 or 57.45% from 329); Max value from RGB is 189 - color contains mainly: blue. Hex color #0D7FBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D7FBD is #F28042. Grayscale: #636363. Windows color (decimal): -15892547 or 12418829. OLE color: 12418829.

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

Color convert

RGB13127189-
CMYK0.930.3300.26
HSL201.14º87.13%39.61%-
HSV(B)201.14º93.12%74.12%-
XYZ16.9418.9450.91-
YUV99.98178.2365.96-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.95%
GREEN value IS 127 (50% from 255) = 38.60%
BLUE value IS 189 (74.22% from 255) = 57.45%
R=3.95%
G=38.60%
B=57.45%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal131271890.930.3300.26201.1487.1339.61
HexD7FBD5D2101Ac95728
Octal151772751354103231112750
Binary11011111111101111011011101100001011010110010011010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D7FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,127,189); }

 H1.HeaderClassName
 {
   color: #0D7FBD;
 }
 .AnyTagClassName
 {
   color: #0D7FBD;
 }
</style>
background-color css

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

 a { background-color: rgb(13,127,189); }

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

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

 span { border-color: rgb(13,127,189); }

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