#217EFF

Color #217EFF Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #217EFF

Tints of Dodger Blue #217EFF

Color information

#217EFF (or 0x217EFF) is unknown color: approx Dodger Blue. HEX triplet: 21, 7E and FF. RGB value is (33,126,255). Sum of RGB (Red+Green+Blue) = 33+126+255=414 (54% of max value = 765). Red value is 33 (13.28% from 255 or 7.97% from 414); Green value is 126 (49.61% from 255 or 30.43% from 414); Blue value is 255 (100% from 255 or 61.59% from 414); Max value from RGB is 255 - color contains mainly: blue. Hex color #217EFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #217EFF is #DE8100. Grayscale: #707070. Windows color (decimal): -14582017 or 16743969. OLE color: 16743969.

HSL color Cylindrical-coordinate representation of color #217EFF: hue angle of 214.86º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #217EFF is Cyan = 0.87, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB33126255-
CMYK0.870.5100
HSL214.86º100%56.47%-
HSV(B)214.86º87.06%100%-
XYZ26.1422.4797.57-
YUV112.9208.1971.01-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 7.97%
GREEN value IS 126 (49.61% from 255) = 30.43%
BLUE value IS 255 (100% from 255) = 61.59%
R=7.97%
G=30.43%
B=61.59%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal331262550.870.5100214.8610056.47
Hex217EFF573300d76438
Octal41176377127630032714470
Binary100001111111011111111101011111001100110101111100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,126,255); }

 H1.HeaderClassName
 {
   color: #217EFF;
 }
 .AnyTagClassName
 {
   color: #217EFF;
 }
</style>
background-color css

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

 a { background-color: rgb(33,126,255); }

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

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

 span { border-color: rgb(33,126,255); }

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