Html Css Color HEX #007DAE Cerulean

📋 copy color: '#007DAE'

red 0 ◦ green 125 ◦ blue 174

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

Shades of Cerulean #007DAE

Tints of Cerulean #007DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 58.19%

R = 0%
G = 41.81%
B = 58.19%

CMYK

 C value IS 1

 M value IS 0.28

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#007DAE (or 0x007DAE) is known color: Cerulean. HEX triplet: 00, 7D and AE. RGB value is (0,125,174). Sum of RGB (Red+Green+Blue) = 0+125+174=299 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 299); Green value is 125 (49.22% from 255 or 41.81% from 299); Blue value is 174 (68.36% from 255 or 58.19% from 299); Max value from RGB is 174 - color contains mainly: blue. Hex color #007DAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007DAE is #FF8251. Grayscale: #5C5C5C. Windows color (decimal): -16745042 or 11435264. OLE color: 11435264.

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

Color convert

RGB 0 125 174 -
CMYK 1 0.28 0 0.32
HSL 196.9º 1% 0.34% -
HSV(B) 196.9º 1% 0.68% -
XYZ 14.97 17.72 42.68 -
YUV 93.21 173.59 61.52 -
System Red Green Blue C M Y K H S L
Decimal 0 125 174 1 0.28 0 0.32 196.9 1 0.34
Hex 0 7D AE 64 1C 0 20 C5 64 22
Octal 0 175 256 144 34 0 40 305 144 42
Binary 0 1111101 10101110 1100100 11100 0 100000 11000101 1100100 100010

Color Harmonies of #007DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007DAE

Black with #007DAE

Text Example


Text Example

White with #007DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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