Html Css Color HEX #217DEA Dodger Blue

📋 copy color: '#217DEA'

red 33 ◦ green 125 ◦ blue 234

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

Shades of Dodger Blue #217DEA

Tints of Dodger Blue #217DEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 59.69%

R = 8.42%
G = 31.89%
B = 59.69%

CMYK

 C value IS 0.86

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#217DEA (or 0x217DEA) is known color: Dodger Blue. HEX triplet: 21, 7D and EA. RGB value is (33,125,234). Sum of RGB (Red+Green+Blue) = 33+125+234=392 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.42% from 392); Green value is 125 (49.22% from 255 or 31.89% from 392); Blue value is 234 (91.80% from 255 or 59.69% from 392); Max value from RGB is 234 - color contains mainly: blue. Hex color #217DEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #217DEA is #DE8215. Grayscale: #6D6D6D. Windows color (decimal): -14582294 or 15367457. OLE color: 15367457.

HSL color Cylindrical-coordinate representation of color #217DEA: hue angle of 212.54º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #217DEA is Cyan = 0.86, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 33 125 234 -
CMYK 0.86 0.47 0 0.08
HSL 212.54º 0.83% 0.52% -
HSV(B) 212.54º 0.86% 0.92% -
XYZ 22.81 20.93 80.68 -
YUV 109.92 198.02 73.14 -
System Red Green Blue C M Y K H S L
Decimal 33 125 234 0.86 0.47 0 0.08 212.54 0.83 0.52
Hex 21 7D EA 56 2F 0 8 D5 53 34
Octal 41 175 352 126 57 0 10 325 123 64
Binary 100001 1111101 11101010 1010110 101111 0 1000 11010101 1010011 110100

Color Harmonies of #217DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217DEA

Black with #217DEA

Text Example


Text Example

White with #217DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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