Html Css Color HEX #217CEF Dodger Blue

📋 copy color: '#217CEF'

red 33 ◦ green 124 ◦ blue 239

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

Shades of Dodger Blue #217CEF

Tints of Dodger Blue #217CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 60.35%

R = 8.33%
G = 31.31%
B = 60.35%

CMYK

 C value IS 0.86

 M value IS 0.48

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#217CEF (or 0x217CEF) is known color: Dodger Blue. HEX triplet: 21, 7C and EF. RGB value is (33,124,239). Sum of RGB (Red+Green+Blue) = 33+124+239=396 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.33% from 396); Green value is 124 (48.83% from 255 or 31.31% from 396); Blue value is 239 (93.75% from 255 or 60.35% from 396); Max value from RGB is 239 - color contains mainly: blue. Hex color #217CEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #217CEF is #DE8310. Grayscale: #6D6D6D. Windows color (decimal): -14582545 or 15694881. OLE color: 15694881.

HSL color Cylindrical-coordinate representation of color #217CEF: hue angle of 213.5º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #217CEF is Cyan = 0.86, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 33 124 239 -
CMYK 0.86 0.48 0 0.06
HSL 213.5º 0.87% 0.53% -
HSV(B) 213.5º 0.86% 0.94% -
XYZ 23.41 20.97 84.48 -
YUV 109.9 200.85 73.15 -
System Red Green Blue C M Y K H S L
Decimal 33 124 239 0.86 0.48 0 0.06 213.5 0.87 0.53
Hex 21 7C EF 56 30 0 6 D5 57 35
Octal 41 174 357 126 60 0 6 325 127 65
Binary 100001 1111100 11101111 1010110 110000 0 110 11010101 1010111 110101

Color Harmonies of #217CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217CEF

Black with #217CEF

Text Example


Text Example

White with #217CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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