Html Css Color HEX #077FBC Cerulean

📋 copy color: '#077FBC'

red 7 ◦ green 127 ◦ blue 188

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

Shades of Cerulean #077FBC

Tints of Cerulean #077FBC

RGB

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

 GREEN value IS 127 (50% from 255) = 39.44%

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

R = 2.17%
G = 39.44%
B = 58.39%

CMYK

 C value IS 0.96

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#077FBC (or 0x077FBC) is known color: Cerulean. HEX triplet: 07, 7F and BC. RGB value is (7,127,188). Sum of RGB (Red+Green+Blue) = 7+127+188=322 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.17% from 322); Green value is 127 (50% from 255 or 39.44% from 322); Blue value is 188 (73.83% from 255 or 58.39% from 322); Max value from RGB is 188 - color contains mainly: blue. Hex color #077FBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #077FBC is #F88043. Grayscale: #616161. Windows color (decimal): -16285764 or 12353287. OLE color: 12353287.

HSL color Cylindrical-coordinate representation of color #077FBC: hue angle of 200.22º 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 #077FBC is Cyan = 0.96, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 7 127 188 -
CMYK 0.96 0.32 0 0.26
HSL 200.22º 0.93% 0.38% -
HSV(B) 200.22º 0.96% 0.74% -
XYZ 16.75 18.85 50.33 -
YUV 98.07 178.74 63.04 -
System Red Green Blue C M Y K H S L
Decimal 7 127 188 0.96 0.32 0 0.26 200.22 0.93 0.38
Hex 7 7F BC 60 20 0 1A C8 5D 26
Octal 7 177 274 140 40 0 32 310 135 46
Binary 111 1111111 10111100 1100000 100000 0 11010 11001000 1011101 100110

Color Harmonies of #077FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077FBC

Black with #077FBC

Text Example


Text Example

White with #077FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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