Html Css Color HEX #077DB6 Cerulean

📋 copy color: '#077DB6'

red 7 ◦ green 125 ◦ blue 182

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

Shades of Cerulean #077DB6

Tints of Cerulean #077DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 57.96%

R = 2.23%
G = 39.81%
B = 57.96%

CMYK

 C value IS 0.96

 M value IS 0.31

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#077DB6 (or 0x077DB6) is known color: Cerulean. HEX triplet: 07, 7D and B6. RGB value is (7,125,182). Sum of RGB (Red+Green+Blue) = 7+125+182=314 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.23% from 314); Green value is 125 (49.22% from 255 or 39.81% from 314); Blue value is 182 (71.48% from 255 or 57.96% from 314); Max value from RGB is 182 - color contains mainly: blue. Hex color #077DB6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #077DB6 is #F88249. Grayscale: #5F5F5F. Windows color (decimal): -16286282 or 11959559. OLE color: 11959559.

HSL color Cylindrical-coordinate representation of color #077DB6: hue angle of 199.54º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #077DB6 is Cyan = 0.96, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 7 125 182 -
CMYK 0.96 0.31 0 0.29
HSL 199.54º 0.93% 0.37% -
HSV(B) 199.54º 0.96% 0.71% -
XYZ 15.86 18.09 46.91 -
YUV 96.22 176.41 64.37 -
System Red Green Blue C M Y K H S L
Decimal 7 125 182 0.96 0.31 0 0.29 199.54 0.93 0.37
Hex 7 7D B6 60 1F 0 1D C8 5D 25
Octal 7 175 266 140 37 0 35 310 135 45
Binary 111 1111101 10110110 1100000 11111 0 11101 11001000 1011101 100101

Color Harmonies of #077DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077DB6

Black with #077DB6

Text Example


Text Example

White with #077DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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