Html Css Color HEX #007DB6 Cerulean

📋 copy color: '#007DB6'

red 0 ◦ green 125 ◦ blue 182

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

Shades of Cerulean #007DB6

Tints of Cerulean #007DB6

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 182 (71.48% from 255) = 59.28%

R = 0%
G = 40.72%
B = 59.28%

CMYK

 C value IS 1

 M value IS 0.31

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#007DB6 (or 0x007DB6) is known color: Cerulean. HEX triplet: 00, 7D and B6. RGB value is (0,125,182). Sum of RGB (Red+Green+Blue) = 0+125+182=307 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 307); Green value is 125 (49.22% from 255 or 40.72% from 307); Blue value is 182 (71.48% from 255 or 59.28% from 307); Max value from RGB is 182 - color contains mainly: blue. Hex color #007DB6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007DB6 is #FF8249. Grayscale: #5D5D5D. Windows color (decimal): -16745034 or 11959552. OLE color: 11959552.

HSL color Cylindrical-coordinate representation of color #007DB6: hue angle of 198.79º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007DB6 is Cyan = 1, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 0 125 182 -
CMYK 1 0.31 0 0.29
HSL 198.79º 1% 0.36% -
HSV(B) 198.79º 1% 0.71% -
XYZ 15.78 18.04 46.91 -
YUV 94.12 177.59 60.87 -
System Red Green Blue C M Y K H S L
Decimal 0 125 182 1 0.31 0 0.29 198.79 1 0.36
Hex 0 7D B6 64 1F 0 1D C7 64 24
Octal 0 175 266 144 37 0 35 307 144 44
Binary 0 1111101 10110110 1100100 11111 0 11101 11000111 1100100 100100

Color Harmonies of #007DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007DB6

Black with #007DB6

Text Example


Text Example

White with #007DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #007DB6;
 }
 .AnyTagClassName
 {
   color: #007DB6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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