Html Css Color HEX #007DAD Cerulean

📋 copy color: '#007DAD'

red 0 ◦ green 125 ◦ blue 173

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

Shades of Cerulean #007DAD

Tints of Cerulean #007DAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 58.05%

R = 0%
G = 41.95%
B = 58.05%

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

#007DAD (or 0x007DAD) is known color: Cerulean. HEX triplet: 00, 7D and AD. RGB value is (0,125,173). Sum of RGB (Red+Green+Blue) = 0+125+173=298 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 298); Green value is 125 (49.22% from 255 or 41.95% from 298); Blue value is 173 (67.97% from 255 or 58.05% from 298); Max value from RGB is 173 - color contains mainly: blue. Hex color #007DAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007DAD is #FF8252. Grayscale: #5C5C5C. Windows color (decimal): -16745043 or 11369728. OLE color: 11369728.

HSL color Cylindrical-coordinate representation of color #007DAD: hue angle of 196.65º 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 #007DAD is Cyan = 1, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 0 125 173 -
CMYK 1 0.28 0 0.32
HSL 196.65º 1% 0.34% -
HSV(B) 196.65º 1% 0.68% -
XYZ 14.88 17.68 42.16 -
YUV 93.1 173.09 61.6 -
System Red Green Blue C M Y K H S L
Decimal 0 125 173 1 0.28 0 0.32 196.65 1 0.34
Hex 0 7D AD 64 1C 0 20 C5 64 22
Octal 0 175 255 144 34 0 40 305 144 42
Binary 0 1111101 10101101 1100100 11100 0 100000 11000101 1100100 100010

Color Harmonies of #007DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007DAD

Black with #007DAD

Text Example


Text Example

White with #007DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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