Html Css Color HEX #2090EB Dodger Blue

📋 copy color: '#2090EB'

red 32 ◦ green 144 ◦ blue 235

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

Shades of Dodger Blue #2090EB

Tints of Dodger Blue #2090EB

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.04%

 BLUE value IS 235 (92.19% from 255) = 57.18%

R = 7.79%
G = 35.04%
B = 57.18%

CMYK

 C value IS 0.86

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2090EB (or 0x2090EB) is known color: Dodger Blue. HEX triplet: 20, 90 and EB. RGB value is (32,144,235). Sum of RGB (Red+Green+Blue) = 32+144+235=411 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.79% from 411); Green value is 144 (56.64% from 255 or 35.04% from 411); Blue value is 235 (92.19% from 255 or 57.18% from 411); Max value from RGB is 235 - color contains mainly: blue. Hex color #2090EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2090EB is #DF6F14. Grayscale: #787878. Windows color (decimal): -14642965 or 15437856. OLE color: 15437856.

HSL color Cylindrical-coordinate representation of color #2090EB: hue angle of 206.9º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2090EB is Cyan = 0.86, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 32 144 235 -
CMYK 0.86 0.39 0 0.08
HSL 206.9º 0.84% 0.52% -
HSV(B) 206.9º 0.86% 0.92% -
XYZ 25.56 26.25 82.32 -
YUV 120.89 192.39 64.6 -
System Red Green Blue C M Y K H S L
Decimal 32 144 235 0.86 0.39 0 0.08 206.9 0.84 0.52
Hex 20 90 EB 56 27 0 8 CF 54 34
Octal 40 220 353 126 47 0 10 317 124 64
Binary 100000 10010000 11101011 1010110 100111 0 1000 11001111 1010100 110100

Color Harmonies of #2090EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2090EB

Black with #2090EB

Text Example


Text Example

White with #2090EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2090EB; }

 p { color: rgb(32,144,235); }

 H1.HeaderClassName
 {
   color: #2090EB;
 }
 .AnyTagClassName
 {
   color: #2090EB;
 }
</style>

background-color css

<style>
 a { background-color: #2090EB; }

 a { background-color: rgb(32,144,235); }

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

border-color css

<style>
 span { border-color: #2090EB; }

 span { border-color: rgb(32,144,235); }

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