Html Css Color HEX #077DBE Cerulean

📋 copy color: '#077DBE'

red 7 ◦ green 125 ◦ blue 190

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

Shades of Cerulean #077DBE

Tints of Cerulean #077DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 59.01%

R = 2.17%
G = 38.82%
B = 59.01%

CMYK

 C value IS 0.96

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#077DBE (or 0x077DBE) is known color: Cerulean. HEX triplet: 07, 7D and BE. RGB value is (7,125,190). Sum of RGB (Red+Green+Blue) = 7+125+190=322 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.17% from 322); Green value is 125 (49.22% from 255 or 38.82% from 322); Blue value is 190 (74.61% from 255 or 59.01% from 322); Max value from RGB is 190 - color contains mainly: blue. Hex color #077DBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #077DBE is #F88241. Grayscale: #606060. Windows color (decimal): -16286274 or 12483847. OLE color: 12483847.

HSL color Cylindrical-coordinate representation of color #077DBE: hue angle of 201.31º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #077DBE is Cyan = 0.96, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 7 125 190 -
CMYK 0.96 0.34 0 0.25
HSL 201.31º 0.93% 0.39% -
HSV(B) 201.31º 0.96% 0.75% -
XYZ 16.72 18.43 51.39 -
YUV 97.13 180.41 63.71 -
System Red Green Blue C M Y K H S L
Decimal 7 125 190 0.96 0.34 0 0.25 201.31 0.93 0.39
Hex 7 7D BE 60 22 0 19 C9 5D 27
Octal 7 175 276 140 42 0 31 311 135 47
Binary 111 1111101 10111110 1100000 100010 0 11001 11001001 1011101 100111

Color Harmonies of #077DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077DBE

Black with #077DBE

Text Example


Text Example

White with #077DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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