Html Css Color HEX #007DA8 Cerulean

📋 copy color: '#007DA8'

red 0 ◦ green 125 ◦ blue 168

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

Shades of Cerulean #007DA8

Tints of Cerulean #007DA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 57.34%

R = 0%
G = 42.66%
B = 57.34%

CMYK

 C value IS 1

 M value IS 0.26

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#007DA8 (or 0x007DA8) is known color: Cerulean. HEX triplet: 00, 7D and A8. RGB value is (0,125,168). Sum of RGB (Red+Green+Blue) = 0+125+168=293 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 293); Green value is 125 (49.22% from 255 or 42.66% from 293); Blue value is 168 (66.02% from 255 or 57.34% from 293); Max value from RGB is 168 - color contains mainly: blue. Hex color #007DA8 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007DA8 is #FF8257. Grayscale: #5C5C5C. Windows color (decimal): -16745048 or 11042048. OLE color: 11042048.

HSL color Cylindrical-coordinate representation of color #007DA8: hue angle of 195.36º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007DA8 is Cyan = 1, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 0 125 168 -
CMYK 1 0.26 0 0.34
HSL 195.36º 1% 0.33% -
HSV(B) 195.36º 1% 0.66% -
XYZ 14.4 17.49 39.66 -
YUV 92.53 170.59 62 -
System Red Green Blue C M Y K H S L
Decimal 0 125 168 1 0.26 0 0.34 195.36 1 0.33
Hex 0 7D A8 64 1A 0 22 C3 64 21
Octal 0 175 250 144 32 0 42 303 144 41
Binary 0 1111101 10101000 1100100 11010 0 100010 11000011 1100100 100001

Color Harmonies of #007DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007DA8

Black with #007DA8

Text Example


Text Example

White with #007DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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