Html Css Color HEX #2076FF Dodger Blue

📋 copy color: '#2076FF'

red 32 ◦ green 118 ◦ blue 255

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

Shades of Dodger Blue #2076FF

Tints of Dodger Blue #2076FF

RGB

 RED value IS 32 (12.89% from 255) = 7.9%

 GREEN value IS 118 (46.48% from 255) = 29.14%

 BLUE value IS 255 (100% from 255) = 62.96%

R = 7.9%
G = 29.14%
B = 62.96%

CMYK

 C value IS 0.87

 M value IS 0.54

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#2076FF (or 0x2076FF) is known color: Dodger Blue. HEX triplet: 20, 76 and FF. RGB value is (32,118,255). Sum of RGB (Red+Green+Blue) = 32+118+255=405 (53% of max value = 765). Red value is 32 (12.89% from 255 or 7.90% from 405); Green value is 118 (46.48% from 255 or 29.14% from 405); Blue value is 255 (100% from 255 or 62.96% from 405); Max value from RGB is 255 - color contains mainly: blue. Hex color #2076FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2076FF is #DF8900. Grayscale: #6B6B6B. Windows color (decimal): -14649601 or 16741920. OLE color: 16741920.

HSL color Cylindrical-coordinate representation of color #2076FF: hue angle of 216.86º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2076FF is Cyan = 0.87, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 32 118 255 -
CMYK 0.87 0.54 0 0
HSL 216.86º 1% 0.56% -
HSV(B) 216.86º 0.87% 1% -
XYZ 25.12 20.48 97.24 -
YUV 107.9 211.01 73.86 -
System Red Green Blue C M Y K H S L
Decimal 32 118 255 0.87 0.54 0 0 216.86 1 0.56
Hex 20 76 FF 57 36 0 0 D9 64 38
Octal 40 166 377 127 66 0 0 331 144 70
Binary 100000 1110110 11111111 1010111 110110 0 0 11011001 1100100 111000

Color Harmonies of #2076FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2076FF

Black with #2076FF

Text Example


Text Example

White with #2076FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2076FF; }

 p { color: rgb(32,118,255); }

 H1.HeaderClassName
 {
   color: #2076FF;
 }
 .AnyTagClassName
 {
   color: #2076FF;
 }
</style>

background-color css

<style>
 a { background-color: #2076FF; }

 a { background-color: rgb(32,118,255); }

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

border-color css

<style>
 span { border-color: #2076FF; }

 span { border-color: rgb(32,118,255); }

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