Html Css Color HEX #077CED Dodger Blue

📋 copy color: '#077CED'

red 7 ◦ green 124 ◦ blue 237

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

Shades of Dodger Blue #077CED

Tints of Dodger Blue #077CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 64.4%

R = 1.9%
G = 33.7%
B = 64.4%

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

#077CED (or 0x077CED) is known color: Dodger Blue. HEX triplet: 07, 7C and ED. RGB value is (7,124,237). Sum of RGB (Red+Green+Blue) = 7+124+237=368 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.90% from 368); Green value is 124 (48.83% from 255 or 33.70% from 368); Blue value is 237 (92.97% from 255 or 64.40% from 368); Max value from RGB is 237 - color contains mainly: blue. Hex color #077CED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #077CED is #F88312. Grayscale: #656565. Windows color (decimal): -16286483 or 15563783. OLE color: 15563783.

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

Color convert

RGB 7 124 237 -
CMYK 0.97 0.48 0 0.07
HSL 209.48º 0.94% 0.48% -
HSV(B) 209.48º 0.97% 0.93% -
XYZ 22.58 20.57 82.9 -
YUV 101.9 204.24 60.31 -
System Red Green Blue C M Y K H S L
Decimal 7 124 237 0.97 0.48 0 0.07 209.48 0.94 0.48
Hex 7 7C ED 61 30 0 7 D1 5E 30
Octal 7 174 355 141 60 0 7 321 136 60
Binary 111 1111100 11101101 1100001 110000 0 111 11010001 1011110 110000

Color Harmonies of #077CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077CED

Black with #077CED

Text Example


Text Example

White with #077CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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