Html Css Color HEX #077DB7 Cerulean

📋 copy color: '#077DB7'

red 7 ◦ green 125 ◦ blue 183

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

Shades of Cerulean #077DB7

Tints of Cerulean #077DB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 58.1%

R = 2.22%
G = 39.68%
B = 58.1%

CMYK

 C value IS 0.96

 M value IS 0.32

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#077DB7 (or 0x077DB7) is known color: Cerulean. HEX triplet: 07, 7D and B7. RGB value is (7,125,183). Sum of RGB (Red+Green+Blue) = 7+125+183=315 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.22% from 315); Green value is 125 (49.22% from 255 or 39.68% from 315); Blue value is 183 (71.88% from 255 or 58.10% from 315); Max value from RGB is 183 - color contains mainly: blue. Hex color #077DB7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #077DB7 is #F88248. Grayscale: #5F5F5F. Windows color (decimal): -16286281 or 12025095. OLE color: 12025095.

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

Color convert

RGB 7 125 183 -
CMYK 0.96 0.32 0 0.28
HSL 199.77º 0.93% 0.37% -
HSV(B) 199.77º 0.96% 0.72% -
XYZ 15.97 18.13 47.46 -
YUV 96.33 176.91 64.28 -
System Red Green Blue C M Y K H S L
Decimal 7 125 183 0.96 0.32 0 0.28 199.77 0.93 0.37
Hex 7 7D B7 60 20 0 1C C8 5D 25
Octal 7 175 267 140 40 0 34 310 135 45
Binary 111 1111101 10110111 1100000 100000 0 11100 11001000 1011101 100101

Color Harmonies of #077DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077DB7

Black with #077DB7

Text Example


Text Example

White with #077DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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