#007DBF

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

Shades of Cerulean #007DBF

Tints of Cerulean #007DBF

Color information

#007DBF (or 0x007DBF) is unknown color: approx Cerulean. HEX triplet: 00, 7D and BF. RGB value is (0,125,191). Sum of RGB (Red+Green+Blue) = 0+125+191=316 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 316); Green value is 125 (49.22% from 255 or 39.56% from 316); Blue value is 191 (75% from 255 or 60.44% from 316); Max value from RGB is 191 - color contains mainly: blue. Hex color #007DBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007DBF is #FF8240. Grayscale: #5E5E5E. Windows color (decimal): -16745025 or 12549376. OLE color: 12549376.

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

Color convert

RGB0125191-
CMYK10.3500.25
HSL200.73º100%37.45%-
HSV(B)200.73º100%74.9%-
XYZ16.7418.4351.97-
YUV95.15182.0960.13-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 125 (49.22% from 255) = 39.56%
BLUE value IS 191 (75% from 255) = 60.44%
R=0%
G=39.56%
B=60.44%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal012519110.3500.25200.7310037.45
Hex07DBF6423019c96425
Octal01752771444303131114445
Binary01111101101111111100100100011011001110010011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007DBF; }

 p { color: rgb(0,125,191); }

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

<style>
 a { background-color: #007DBF; }

 a { background-color: rgb(0,125,191); }

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

<style>
 span { border-color: #007DBF; }

 span { border-color: rgb(0,125,191); }

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