Html Css Color HEX #2174EF Dodger Blue

📋 copy color: '#2174EF'

red 33 ◦ green 116 ◦ blue 239

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

Shades of Dodger Blue #2174EF

Tints of Dodger Blue #2174EF

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.9%

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

R = 8.51%
G = 29.9%
B = 61.6%

CMYK

 C value IS 0.86

 M value IS 0.51

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2174EF (or 0x2174EF) is known color: Dodger Blue. HEX triplet: 21, 74 and EF. RGB value is (33,116,239). Sum of RGB (Red+Green+Blue) = 33+116+239=388 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.51% from 388); Green value is 116 (45.70% from 255 or 29.90% from 388); Blue value is 239 (93.75% from 255 or 61.60% from 388); Max value from RGB is 239 - color contains mainly: blue. Hex color #2174EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2174EF is #DE8B10. Grayscale: #686868. Windows color (decimal): -14584593 or 15692833. OLE color: 15692833.

HSL color Cylindrical-coordinate representation of color #2174EF: hue angle of 215.83º 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 #2174EF is Cyan = 0.86, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 33 116 239 -
CMYK 0.86 0.51 0 0.06
HSL 215.83º 0.87% 0.53% -
HSV(B) 215.83º 0.86% 0.94% -
XYZ 22.45 19.05 84.15 -
YUV 105.21 203.5 76.5 -
System Red Green Blue C M Y K H S L
Decimal 33 116 239 0.86 0.51 0 0.06 215.83 0.87 0.53
Hex 21 74 EF 56 33 0 6 D8 57 35
Octal 41 164 357 126 63 0 6 330 127 65
Binary 100001 1110100 11101111 1010110 110011 0 110 11011000 1010111 110101

Color Harmonies of #2174EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2174EF

Black with #2174EF

Text Example


Text Example

White with #2174EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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