Html Css Color HEX #077DBA Cerulean

📋 copy color: '#077DBA'

red 7 ◦ green 125 ◦ blue 186

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

Shades of Cerulean #077DBA

Tints of Cerulean #077DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 58.49%

R = 2.2%
G = 39.31%
B = 58.49%

CMYK

 C value IS 0.96

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#077DBA (or 0x077DBA) is known color: Cerulean. HEX triplet: 07, 7D and BA. RGB value is (7,125,186). Sum of RGB (Red+Green+Blue) = 7+125+186=318 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.20% from 318); Green value is 125 (49.22% from 255 or 39.31% from 318); Blue value is 186 (73.05% from 255 or 58.49% from 318); Max value from RGB is 186 - color contains mainly: blue. Hex color #077DBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #077DBA is #F88245. Grayscale: #606060. Windows color (decimal): -16286278 or 12221703. OLE color: 12221703.

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

Color convert

RGB 7 125 186 -
CMYK 0.96 0.33 0 0.27
HSL 200.45º 0.93% 0.38% -
HSV(B) 200.45º 0.96% 0.73% -
XYZ 16.28 18.26 49.12 -
YUV 96.67 178.41 64.04 -
System Red Green Blue C M Y K H S L
Decimal 7 125 186 0.96 0.33 0 0.27 200.45 0.93 0.38
Hex 7 7D BA 60 21 0 1B C8 5D 26
Octal 7 175 272 140 41 0 33 310 135 46
Binary 111 1111101 10111010 1100000 100001 0 11011 11001000 1011101 100110

Color Harmonies of #077DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077DBA

Black with #077DBA

Text Example


Text Example

White with #077DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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