Html Css Color HEX #217ADF Dodger Blue

📋 copy color: '#217ADF'

red 33 ◦ green 122 ◦ blue 223

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

Shades of Dodger Blue #217ADF

Tints of Dodger Blue #217ADF

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.28%

 BLUE value IS 223 (87.5% from 255) = 58.99%

R = 8.73%
G = 32.28%
B = 58.99%

CMYK

 C value IS 0.85

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#217ADF (or 0x217ADF) is known color: Dodger Blue. HEX triplet: 21, 7A and DF. RGB value is (33,122,223). Sum of RGB (Red+Green+Blue) = 33+122+223=378 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.73% from 378); Green value is 122 (48.05% from 255 or 32.28% from 378); Blue value is 223 (87.5% from 255 or 58.99% from 378); Max value from RGB is 223 - color contains mainly: blue. Hex color #217ADF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #217ADF is #DE8520. Grayscale: #6A6A6A. Windows color (decimal): -14583073 or 14645793. OLE color: 14645793.

HSL color Cylindrical-coordinate representation of color #217ADF: hue angle of 211.89º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #217ADF is Cyan = 0.85, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 33 122 223 -
CMYK 0.85 0.45 0 0.13
HSL 211.89º 0.75% 0.5% -
HSV(B) 211.89º 0.85% 0.87% -
XYZ 20.91 19.57 72.49 -
YUV 106.9 193.51 75.29 -
System Red Green Blue C M Y K H S L
Decimal 33 122 223 0.85 0.45 0 0.13 211.89 0.75 0.5
Hex 21 7A DF 55 2D 0 D D4 4B 32
Octal 41 172 337 125 55 0 15 324 113 62
Binary 100001 1111010 11011111 1010101 101101 0 1101 11010100 1001011 110010

Color Harmonies of #217ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217ADF

Black with #217ADF

Text Example


Text Example

White with #217ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,122,223); }

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

background-color css

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

 a { background-color: rgb(33,122,223); }

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

border-color css

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

 span { border-color: rgb(33,122,223); }

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