Html Css Color HEX #077FB8 Cerulean

📋 copy color: '#077FB8'

red 7 ◦ green 127 ◦ blue 184

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

Shades of Cerulean #077FB8

Tints of Cerulean #077FB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 57.86%

R = 2.2%
G = 39.94%
B = 57.86%

CMYK

 C value IS 0.96

 M value IS 0.31

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#077FB8 (or 0x077FB8) is known color: Cerulean. HEX triplet: 07, 7F and B8. RGB value is (7,127,184). Sum of RGB (Red+Green+Blue) = 7+127+184=318 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.20% from 318); Green value is 127 (50% from 255 or 39.94% from 318); Blue value is 184 (72.27% from 255 or 57.86% from 318); Max value from RGB is 184 - color contains mainly: blue. Hex color #077FB8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #077FB8 is #F88047. Grayscale: #616161. Windows color (decimal): -16285768 or 12091143. OLE color: 12091143.

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

Color convert

RGB 7 127 184 -
CMYK 0.96 0.31 0 0.28
HSL 199.32º 0.93% 0.37% -
HSV(B) 199.32º 0.96% 0.72% -
XYZ 16.33 18.68 48.09 -
YUV 97.62 176.74 63.37 -
System Red Green Blue C M Y K H S L
Decimal 7 127 184 0.96 0.31 0 0.28 199.32 0.93 0.37
Hex 7 7F B8 60 1F 0 1C C7 5D 25
Octal 7 177 270 140 37 0 34 307 135 45
Binary 111 1111111 10111000 1100000 11111 0 11100 11000111 1011101 100101

Color Harmonies of #077FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077FB8

Black with #077FB8

Text Example


Text Example

White with #077FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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