Html Css Color HEX #077CEC Dodger Blue

📋 copy color: '#077CEC'

red 7 ◦ green 124 ◦ blue 236

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

Shades of Dodger Blue #077CEC

Tints of Dodger Blue #077CEC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.79%

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

R = 1.91%
G = 33.79%
B = 64.31%

CMYK

 C value IS 0.97

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#077CEC (or 0x077CEC) is known color: Dodger Blue. HEX triplet: 07, 7C and EC. RGB value is (7,124,236). Sum of RGB (Red+Green+Blue) = 7+124+236=367 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.91% from 367); Green value is 124 (48.83% from 255 or 33.79% from 367); Blue value is 236 (92.58% from 255 or 64.31% from 367); Max value from RGB is 236 - color contains mainly: blue. Hex color #077CEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #077CEC is #F88313. Grayscale: #656565. Windows color (decimal): -16286484 or 15498247. OLE color: 15498247.

HSL color Cylindrical-coordinate representation of color #077CEC: hue angle of 209.34º 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 #077CEC is Cyan = 0.97, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 7 124 236 -
CMYK 0.97 0.47 0 0.07
HSL 209.35º 0.94% 0.48% -
HSV(B) 209.35º 0.97% 0.93% -
XYZ 22.44 20.52 82.13 -
YUV 101.79 203.74 60.39 -
System Red Green Blue C M Y K H S L
Decimal 7 124 236 0.97 0.47 0 0.07 209.35 0.94 0.48
Hex 7 7C EC 61 2F 0 7 D1 5E 30
Octal 7 174 354 141 57 0 7 321 136 60
Binary 111 1111100 11101100 1100001 101111 0 111 11010001 1011110 110000

Color Harmonies of #077CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077CEC

Black with #077CEC

Text Example


Text Example

White with #077CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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