Html Css Color HEX #077DAD Cerulean

📋 copy color: '#077DAD'

red 7 ◦ green 125 ◦ blue 173

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

Shades of Cerulean #077DAD

Tints of Cerulean #077DAD

RGB

 RED value IS 7 (3.13% from 255) = 2.3%

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

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

R = 2.3%
G = 40.98%
B = 56.72%

CMYK

 C value IS 0.96

 M value IS 0.28

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#077DAD (or 0x077DAD) is known color: Cerulean. HEX triplet: 07, 7D and AD. RGB value is (7,125,173). Sum of RGB (Red+Green+Blue) = 7+125+173=305 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.30% from 305); Green value is 125 (49.22% from 255 or 40.98% from 305); Blue value is 173 (67.97% from 255 or 56.72% from 305); Max value from RGB is 173 - color contains mainly: blue. Hex color #077DAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077DAD is #F88252. Grayscale: #5E5E5E. Windows color (decimal): -16286291 or 11369735. OLE color: 11369735.

HSL color Cylindrical-coordinate representation of color #077DAD: hue angle of 197.35º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #077DAD is Cyan = 0.96, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 7 125 173 -
CMYK 0.96 0.28 0 0.32
HSL 197.35º 0.92% 0.35% -
HSV(B) 197.35º 0.96% 0.68% -
XYZ 14.96 17.73 42.17 -
YUV 95.19 171.91 65.1 -
System Red Green Blue C M Y K H S L
Decimal 7 125 173 0.96 0.28 0 0.32 197.35 0.92 0.35
Hex 7 7D AD 60 1C 0 20 C5 5C 23
Octal 7 175 255 140 34 0 40 305 134 43
Binary 111 1111101 10101101 1100000 11100 0 100000 11000101 1011100 100011

Color Harmonies of #077DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077DAD

Black with #077DAD

Text Example


Text Example

White with #077DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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