Html Css Color HEX #077EBC Cerulean

📋 copy color: '#077EBC'

red 7 ◦ green 126 ◦ blue 188

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

Shades of Cerulean #077EBC

Tints of Cerulean #077EBC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 39.25%

 BLUE value IS 188 (73.83% from 255) = 58.57%

R = 2.18%
G = 39.25%
B = 58.57%

CMYK

 C value IS 0.96

 M value IS 0.33

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#077EBC (or 0x077EBC) is known color: Cerulean. HEX triplet: 07, 7E and BC. RGB value is (7,126,188). Sum of RGB (Red+Green+Blue) = 7+126+188=321 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.18% from 321); Green value is 126 (49.61% from 255 or 39.25% from 321); Blue value is 188 (73.83% from 255 or 58.57% from 321); Max value from RGB is 188 - color contains mainly: blue. Hex color #077EBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #077EBC is #F88143. Grayscale: #616161. Windows color (decimal): -16286020 or 12353031. OLE color: 12353031.

HSL color Cylindrical-coordinate representation of color #077EBC: hue angle of 200.55º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #077EBC is Cyan = 0.96, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 7 126 188 -
CMYK 0.96 0.33 0 0.26
HSL 200.55º 0.93% 0.38% -
HSV(B) 200.55º 0.96% 0.74% -
XYZ 16.63 18.6 50.29 -
YUV 97.49 179.08 63.46 -
System Red Green Blue C M Y K H S L
Decimal 7 126 188 0.96 0.33 0 0.26 200.55 0.93 0.38
Hex 7 7E BC 60 21 0 1A C9 5D 26
Octal 7 176 274 140 41 0 32 311 135 46
Binary 111 1111110 10111100 1100000 100001 0 11010 11001001 1011101 100110

Color Harmonies of #077EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077EBC

Black with #077EBC

Text Example


Text Example

White with #077EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,126,188); }

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

background-color css

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

 a { background-color: rgb(7,126,188); }

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

border-color css

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

 span { border-color: rgb(7,126,188); }

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