Html Css Color HEX #2190EF Dodger Blue

📋 copy color: '#2190EF'

red 33 ◦ green 144 ◦ blue 239

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

Shades of Dodger Blue #2190EF

Tints of Dodger Blue #2190EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 57.45%

R = 7.93%
G = 34.62%
B = 57.45%

CMYK

 C value IS 0.86

 M value IS 0.40

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2190EF (or 0x2190EF) is known color: Dodger Blue. HEX triplet: 21, 90 and EF. RGB value is (33,144,239). Sum of RGB (Red+Green+Blue) = 33+144+239=416 (55% of max value = 765). Red value is 33 (13.28% from 255 or 7.93% from 416); Green value is 144 (56.64% from 255 or 34.62% from 416); Blue value is 239 (93.75% from 255 or 57.45% from 416); Max value from RGB is 239 - color contains mainly: blue. Hex color #2190EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2190EF is #DE6F10. Grayscale: #797979. Windows color (decimal): -14577425 or 15700001. OLE color: 15700001.

HSL color Cylindrical-coordinate representation of color #2190EF: hue angle of 207.67º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2190EF is Cyan = 0.86, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 33 144 239 -
CMYK 0.86 0.40 0 0.06
HSL 207.67º 0.87% 0.53% -
HSV(B) 207.67º 0.86% 0.94% -
XYZ 26.18 26.5 85.4 -
YUV 121.64 194.23 64.78 -
System Red Green Blue C M Y K H S L
Decimal 33 144 239 0.86 0.40 0 0.06 207.67 0.87 0.53
Hex 21 90 EF 56 28 0 6 D0 57 35
Octal 41 220 357 126 50 0 6 320 127 65
Binary 100001 10010000 11101111 1010110 101000 0 110 11010000 1010111 110101

Color Harmonies of #2190EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2190EF

Black with #2190EF

Text Example


Text Example

White with #2190EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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