Html Css Color HEX #217BDF Dodger Blue

📋 copy color: '#217BDF'

red 33 ◦ green 123 ◦ blue 223

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

Shades of Dodger Blue #217BDF

Tints of Dodger Blue #217BDF

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.45%

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

R = 8.71%
G = 32.45%
B = 58.84%

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

#217BDF (or 0x217BDF) is known color: Dodger Blue. HEX triplet: 21, 7B and DF. RGB value is (33,123,223). Sum of RGB (Red+Green+Blue) = 33+123+223=379 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.71% from 379); Green value is 123 (48.44% from 255 or 32.45% from 379); Blue value is 223 (87.5% from 255 or 58.84% from 379); Max value from RGB is 223 - color contains mainly: blue. Hex color #217BDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #217BDF is #DE8420. Grayscale: #6B6B6B. Windows color (decimal): -14582817 or 14646049. OLE color: 14646049.

HSL color Cylindrical-coordinate representation of color #217BDF: hue angle of 211.58º 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 #217BDF is Cyan = 0.85, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 33 123 223 -
CMYK 0.85 0.45 0 0.13
HSL 211.58º 0.75% 0.5% -
HSV(B) 211.58º 0.85% 0.87% -
XYZ 21.03 19.82 72.53 -
YUV 107.49 193.18 74.87 -
System Red Green Blue C M Y K H S L
Decimal 33 123 223 0.85 0.45 0 0.13 211.58 0.75 0.5
Hex 21 7B DF 55 2D 0 D D4 4B 32
Octal 41 173 337 125 55 0 15 324 113 62
Binary 100001 1111011 11011111 1010101 101101 0 1101 11010100 1001011 110010

Color Harmonies of #217BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217BDF

Black with #217BDF

Text Example


Text Example

White with #217BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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