Html Css Color HEX #007DAA Cerulean

📋 copy color: '#007DAA'

red 0 ◦ green 125 ◦ blue 170

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

Shades of Cerulean #007DAA

Tints of Cerulean #007DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 57.63%

R = 0%
G = 42.37%
B = 57.63%

CMYK

 C value IS 1

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#007DAA (or 0x007DAA) is known color: Cerulean. HEX triplet: 00, 7D and AA. RGB value is (0,125,170). Sum of RGB (Red+Green+Blue) = 0+125+170=295 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 295); Green value is 125 (49.22% from 255 or 42.37% from 295); Blue value is 170 (66.80% from 255 or 57.63% from 295); Max value from RGB is 170 - color contains mainly: blue. Hex color #007DAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007DAA is #FF8255. Grayscale: #5C5C5C. Windows color (decimal): -16745046 or 11173120. OLE color: 11173120.

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

Color convert

RGB 0 125 170 -
CMYK 1 0.26 0 0.33
HSL 195.88º 1% 0.33% -
HSV(B) 195.88º 1% 0.67% -
XYZ 14.59 17.57 40.65 -
YUV 92.76 171.59 61.84 -
System Red Green Blue C M Y K H S L
Decimal 0 125 170 1 0.26 0 0.33 195.88 1 0.33
Hex 0 7D AA 64 1A 0 21 C4 64 21
Octal 0 175 252 144 32 0 41 304 144 41
Binary 0 1111101 10101010 1100100 11010 0 100001 11000100 1100100 100001

Color Harmonies of #007DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007DAA

Black with #007DAA

Text Example


Text Example

White with #007DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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