Html Css Color HEX #217CED Dodger Blue

📋 copy color: '#217CED'

red 33 ◦ green 124 ◦ blue 237

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

Shades of Dodger Blue #217CED

Tints of Dodger Blue #217CED

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.47%

 BLUE value IS 237 (92.97% from 255) = 60.15%

R = 8.38%
G = 31.47%
B = 60.15%

CMYK

 C value IS 0.86

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#217CED (or 0x217CED) is known color: Dodger Blue. HEX triplet: 21, 7C and ED. RGB value is (33,124,237). Sum of RGB (Red+Green+Blue) = 33+124+237=394 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.38% from 394); Green value is 124 (48.83% from 255 or 31.47% from 394); Blue value is 237 (92.97% from 255 or 60.15% from 394); Max value from RGB is 237 - color contains mainly: blue. Hex color #217CED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #217CED is #DE8312. Grayscale: #6D6D6D. Windows color (decimal): -14582547 or 15563809. OLE color: 15563809.

HSL color Cylindrical-coordinate representation of color #217CED: hue angle of 213.24º degrees, saturation: 0.85, 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 #217CED is Cyan = 0.86, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 33 124 237 -
CMYK 0.86 0.48 0 0.07
HSL 213.24º 0.85% 0.53% -
HSV(B) 213.24º 0.86% 0.93% -
XYZ 23.12 20.85 82.93 -
YUV 109.67 199.85 73.31 -
System Red Green Blue C M Y K H S L
Decimal 33 124 237 0.86 0.48 0 0.07 213.24 0.85 0.53
Hex 21 7C ED 56 30 0 7 D5 55 35
Octal 41 174 355 126 60 0 7 325 125 65
Binary 100001 1111100 11101101 1010110 110000 0 111 11010101 1010101 110101

Color Harmonies of #217CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217CED

Black with #217CED

Text Example


Text Example

White with #217CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,124,237); }

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

background-color css

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

 a { background-color: rgb(33,124,237); }

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

border-color css

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

 span { border-color: rgb(33,124,237); }

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