Html Css Color HEX #217BEC Dodger Blue

📋 copy color: '#217BEC'

red 33 ◦ green 123 ◦ blue 236

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

Shades of Dodger Blue #217BEC

Tints of Dodger Blue #217BEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 60.2%

R = 8.42%
G = 31.38%
B = 60.2%

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

#217BEC (or 0x217BEC) is known color: Dodger Blue. HEX triplet: 21, 7B and EC. RGB value is (33,123,236). Sum of RGB (Red+Green+Blue) = 33+123+236=392 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.42% from 392); Green value is 123 (48.44% from 255 or 31.38% from 392); Blue value is 236 (92.58% from 255 or 60.20% from 392); Max value from RGB is 236 - color contains mainly: blue. Hex color #217BEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #217BEC is #DE8413. Grayscale: #6C6C6C. Windows color (decimal): -14582804 or 15498017. OLE color: 15498017.

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

Color convert

RGB 33 123 236 -
CMYK 0.86 0.48 0 0.07
HSL 213.4º 0.84% 0.53% -
HSV(B) 213.4º 0.86% 0.93% -
XYZ 22.85 20.55 82.12 -
YUV 108.97 199.68 73.81 -
System Red Green Blue C M Y K H S L
Decimal 33 123 236 0.86 0.48 0 0.07 213.4 0.84 0.53
Hex 21 7B EC 56 30 0 7 D5 54 35
Octal 41 173 354 126 60 0 7 325 124 65
Binary 100001 1111011 11101100 1010110 110000 0 111 11010101 1010100 110101

Color Harmonies of #217BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217BEC

Black with #217BEC

Text Example


Text Example

White with #217BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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