Html Css Color HEX #2190E0 Dodger Blue

📋 copy color: '#2190E0'

red 33 ◦ green 144 ◦ blue 224

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

Shades of Dodger Blue #2190E0

Tints of Dodger Blue #2190E0

RGB

 RED value IS 33 (13.28% from 255) = 8.23%

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

 BLUE value IS 224 (87.89% from 255) = 55.86%

R = 8.23%
G = 35.91%
B = 55.86%

CMYK

 C value IS 0.85

 M value IS 0.36

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#2190E0 (or 0x2190E0) is known color: Dodger Blue. HEX triplet: 21, 90 and E0. RGB value is (33,144,224). Sum of RGB (Red+Green+Blue) = 33+144+224=401 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.23% from 401); Green value is 144 (56.64% from 255 or 35.91% from 401); Blue value is 224 (87.89% from 255 or 55.86% from 401); Max value from RGB is 224 - color contains mainly: blue. Hex color #2190E0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2190E0 is #DE6F1F. Grayscale: #777777. Windows color (decimal): -14577440 or 14716961. OLE color: 14716961.

HSL color Cylindrical-coordinate representation of color #2190E0: hue angle of 205.13º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2190E0 is Cyan = 0.85, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 33 144 224 -
CMYK 0.85 0.36 0 0.12
HSL 205.13º 0.75% 0.5% -
HSV(B) 205.13º 0.85% 0.88% -
XYZ 24.06 25.65 74.2 -
YUV 119.93 186.73 66 -
System Red Green Blue C M Y K H S L
Decimal 33 144 224 0.85 0.36 0 0.12 205.13 0.75 0.5
Hex 21 90 E0 55 24 0 C CD 4B 32
Octal 41 220 340 125 44 0 14 315 113 62
Binary 100001 10010000 11100000 1010101 100100 0 1100 11001101 1001011 110010

Color Harmonies of #2190E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2190E0

Black with #2190E0

Text Example


Text Example

White with #2190E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2190E0; }

 p { color: rgb(33,144,224); }

 H1.HeaderClassName
 {
   color: #2190E0;
 }
 .AnyTagClassName
 {
   color: #2190E0;
 }
</style>

background-color css

<style>
 a { background-color: #2190E0; }

 a { background-color: rgb(33,144,224); }

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

border-color css

<style>
 span { border-color: #2190E0; }

 span { border-color: rgb(33,144,224); }

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