Html Css Color HEX #077BEC Dodger Blue

📋 copy color: '#077BEC'

red 7 ◦ green 123 ◦ blue 236

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

Shades of Dodger Blue #077BEC

Tints of Dodger Blue #077BEC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.61%

 BLUE value IS 236 (92.58% from 255) = 64.48%

R = 1.91%
G = 33.61%
B = 64.48%

CMYK

 C value IS 0.97

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#077BEC (or 0x077BEC) is known color: Dodger Blue. HEX triplet: 07, 7B and EC. RGB value is (7,123,236). Sum of RGB (Red+Green+Blue) = 7+123+236=366 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.91% from 366); Green value is 123 (48.44% from 255 or 33.61% from 366); Blue value is 236 (92.58% from 255 or 64.48% from 366); Max value from RGB is 236 - color contains mainly: blue. Hex color #077BEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #077BEC is #F88413. Grayscale: #646464. Windows color (decimal): -16286740 or 15497991. OLE color: 15497991.

HSL color Cylindrical-coordinate representation of color #077BEC: hue angle of 209.61º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #077BEC is Cyan = 0.97, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 7 123 236 -
CMYK 0.97 0.48 0 0.07
HSL 209.61º 0.94% 0.48% -
HSV(B) 209.61º 0.97% 0.93% -
XYZ 22.31 20.27 82.09 -
YUV 101.2 204.07 60.81 -
System Red Green Blue C M Y K H S L
Decimal 7 123 236 0.97 0.48 0 0.07 209.61 0.94 0.48
Hex 7 7B EC 61 30 0 7 D2 5E 30
Octal 7 173 354 141 60 0 7 322 136 60
Binary 111 1111011 11101100 1100001 110000 0 111 11010010 1011110 110000

Color Harmonies of #077BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077BEC

Black with #077BEC

Text Example


Text Example

White with #077BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,123,236); }

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

background-color css

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

 a { background-color: rgb(7,123,236); }

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

border-color css

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

 span { border-color: rgb(7,123,236); }

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