Html Css Color HEX #217EFC Dodger Blue

📋 copy color: '#217EFC'

red 33 ◦ green 126 ◦ blue 252

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

Shades of Dodger Blue #217EFC

Tints of Dodger Blue #217EFC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 30.66%

 BLUE value IS 252 (98.83% from 255) = 61.31%

R = 8.03%
G = 30.66%
B = 61.31%

CMYK

 C value IS 0.87

 M value IS 0.5

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#217EFC (or 0x217EFC) is known color: Dodger Blue. HEX triplet: 21, 7E and FC. RGB value is (33,126,252). Sum of RGB (Red+Green+Blue) = 33+126+252=411 (54% of max value = 765). Red value is 33 (13.28% from 255 or 8.03% from 411); Green value is 126 (49.61% from 255 or 30.66% from 411); Blue value is 252 (98.83% from 255 or 61.31% from 411); Max value from RGB is 252 - color contains mainly: blue. Hex color #217EFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #217EFC is #DE8103. Grayscale: #6F6F6F. Windows color (decimal): -14582020 or 16547361. OLE color: 16547361.

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

Color convert

RGB 33 126 252 -
CMYK 0.87 0.5 0 0.01
HSL 214.52º 0.97% 0.56% -
HSV(B) 214.52º 0.87% 0.99% -
XYZ 25.66 22.27 95.04 -
YUV 112.56 206.69 71.25 -
System Red Green Blue C M Y K H S L
Decimal 33 126 252 0.87 0.5 0 0.01 214.52 0.97 0.56
Hex 21 7E FC 57 32 0 1 D7 61 38
Octal 41 176 374 127 62 0 1 327 141 70
Binary 100001 1111110 11111100 1010111 110010 0 1 11010111 1100001 111000

Color Harmonies of #217EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217EFC

Black with #217EFC

Text Example


Text Example

White with #217EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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