Html Css Color HEX #217DDA Dodger Blue

📋 copy color: '#217DDA'

red 33 ◦ green 125 ◦ blue 218

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

Shades of Dodger Blue #217DDA

Tints of Dodger Blue #217DDA

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.24%

 BLUE value IS 218 (85.55% from 255) = 57.98%

R = 8.78%
G = 33.24%
B = 57.98%

CMYK

 C value IS 0.85

 M value IS 0.43

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#217DDA (or 0x217DDA) is known color: Dodger Blue. HEX triplet: 21, 7D and DA. RGB value is (33,125,218). Sum of RGB (Red+Green+Blue) = 33+125+218=376 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.78% from 376); Green value is 125 (49.22% from 255 or 33.24% from 376); Blue value is 218 (85.55% from 255 or 57.98% from 376); Max value from RGB is 218 - color contains mainly: blue. Hex color #217DDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #217DDA is #DE8225. Grayscale: #6B6B6B. Windows color (decimal): -14582310 or 14318881. OLE color: 14318881.

HSL color Cylindrical-coordinate representation of color #217DDA: hue angle of 210.16º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #217DDA is Cyan = 0.85, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 33 125 218 -
CMYK 0.85 0.43 0 0.15
HSL 210.16º 0.74% 0.49% -
HSV(B) 210.16º 0.85% 0.85% -
XYZ 20.62 20.05 69.11 -
YUV 108.09 190.02 74.44 -
System Red Green Blue C M Y K H S L
Decimal 33 125 218 0.85 0.43 0 0.15 210.16 0.74 0.49
Hex 21 7D DA 55 2B 0 F D2 4A 31
Octal 41 175 332 125 53 0 17 322 112 61
Binary 100001 1111101 11011010 1010101 101011 0 1111 11010010 1001010 110001

Color Harmonies of #217DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217DDA

Black with #217DDA

Text Example


Text Example

White with #217DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217DDA; }

 p { color: rgb(33,125,218); }

 H1.HeaderClassName
 {
   color: #217DDA;
 }
 .AnyTagClassName
 {
   color: #217DDA;
 }
</style>

background-color css

<style>
 a { background-color: #217DDA; }

 a { background-color: rgb(33,125,218); }

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

border-color css

<style>
 span { border-color: #217DDA; }

 span { border-color: rgb(33,125,218); }

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