Html Css Color HEX #217CEB Dodger Blue

📋 copy color: '#217CEB'

red 33 ◦ green 124 ◦ blue 235

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

Shades of Dodger Blue #217CEB

Tints of Dodger Blue #217CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 59.95%

R = 8.42%
G = 31.63%
B = 59.95%

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

#217CEB (or 0x217CEB) is known color: Dodger Blue. HEX triplet: 21, 7C and EB. RGB value is (33,124,235). Sum of RGB (Red+Green+Blue) = 33+124+235=392 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.42% from 392); Green value is 124 (48.83% from 255 or 31.63% from 392); Blue value is 235 (92.19% from 255 or 59.95% from 392); Max value from RGB is 235 - color contains mainly: blue. Hex color #217CEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #217CEB is #DE8314. Grayscale: #6C6C6C. Windows color (decimal): -14582549 or 15432737. OLE color: 15432737.

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

Color convert

RGB 33 124 235 -
CMYK 0.86 0.47 0 0.08
HSL 212.97º 0.83% 0.53% -
HSV(B) 212.97º 0.86% 0.92% -
XYZ 22.83 20.74 81.4 -
YUV 109.45 198.85 73.47 -
System Red Green Blue C M Y K H S L
Decimal 33 124 235 0.86 0.47 0 0.08 212.97 0.83 0.53
Hex 21 7C EB 56 2F 0 8 D5 53 35
Octal 41 174 353 126 57 0 10 325 123 65
Binary 100001 1111100 11101011 1010110 101111 0 1000 11010101 1010011 110101

Color Harmonies of #217CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217CEB

Black with #217CEB

Text Example


Text Example

White with #217CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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