Html Css Color HEX #217AFE Dodger Blue

📋 copy color: '#217AFE'

red 33 ◦ green 122 ◦ blue 254

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

Shades of Dodger Blue #217AFE

Tints of Dodger Blue #217AFE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 29.83%

 BLUE value IS 254 (99.61% from 255) = 62.1%

R = 8.07%
G = 29.83%
B = 62.1%

CMYK

 C value IS 0.87

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#217AFE (or 0x217AFE) is known color: Dodger Blue. HEX triplet: 21, 7A and FE. RGB value is (33,122,254). Sum of RGB (Red+Green+Blue) = 33+122+254=409 (54% of max value = 765). Red value is 33 (13.28% from 255 or 8.07% from 409); Green value is 122 (48.05% from 255 or 29.83% from 409); Blue value is 254 (99.61% from 255 or 62.10% from 409); Max value from RGB is 254 - color contains mainly: blue. Hex color #217AFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #217AFE is #DE8501. Grayscale: #6D6D6D. Windows color (decimal): -14583042 or 16677409. OLE color: 16677409.

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

Color convert

RGB 33 122 254 -
CMYK 0.87 0.52 0 0.00
HSL 215.84º 0.99% 0.56% -
HSV(B) 215.84º 0.87% 1% -
XYZ 25.48 21.4 96.55 -
YUV 110.44 209.01 72.77 -
System Red Green Blue C M Y K H S L
Decimal 33 122 254 0.87 0.52 0 0.00 215.84 0.99 0.56
Hex 21 7A FE 57 34 0 0 D8 63 38
Octal 41 172 376 127 64 0 0 330 143 70
Binary 100001 1111010 11111110 1010111 110100 0 0 11011000 1100011 111000

Color Harmonies of #217AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217AFE

Black with #217AFE

Text Example


Text Example

White with #217AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,122,254); }

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

background-color css

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

 a { background-color: rgb(33,122,254); }

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

border-color css

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

 span { border-color: rgb(33,122,254); }

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