Html Css Color HEX #2174EE Dodger Blue

📋 copy color: '#2174EE'

red 33 ◦ green 116 ◦ blue 238

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

Shades of Dodger Blue #2174EE

Tints of Dodger Blue #2174EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 61.5%

R = 8.53%
G = 29.97%
B = 61.5%

CMYK

 C value IS 0.86

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2174EE (or 0x2174EE) is known color: Dodger Blue. HEX triplet: 21, 74 and EE. RGB value is (33,116,238). Sum of RGB (Red+Green+Blue) = 33+116+238=387 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.53% from 387); Green value is 116 (45.70% from 255 or 29.97% from 387); Blue value is 238 (93.36% from 255 or 61.50% from 387); Max value from RGB is 238 - color contains mainly: blue. Hex color #2174EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2174EE is #DE8B11. Grayscale: #686868. Windows color (decimal): -14584594 or 15627297. OLE color: 15627297.

HSL color Cylindrical-coordinate representation of color #2174EE: hue angle of 215.71º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2174EE is Cyan = 0.86, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 33 116 238 -
CMYK 0.86 0.51 0 0.07
HSL 215.71º 0.86% 0.53% -
HSV(B) 215.71º 0.86% 0.93% -
XYZ 22.31 18.99 83.38 -
YUV 105.09 203 76.58 -
System Red Green Blue C M Y K H S L
Decimal 33 116 238 0.86 0.51 0 0.07 215.71 0.86 0.53
Hex 21 74 EE 56 33 0 7 D8 56 35
Octal 41 164 356 126 63 0 7 330 126 65
Binary 100001 1110100 11101110 1010110 110011 0 111 11011000 1010110 110101

Color Harmonies of #2174EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2174EE

Black with #2174EE

Text Example


Text Example

White with #2174EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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