Html Css Color HEX #217EFB Dodger Blue

📋 copy color: '#217EFB'

red 33 ◦ green 126 ◦ blue 251

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

Shades of Dodger Blue #217EFB

Tints of Dodger Blue #217EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 61.22%

R = 8.05%
G = 30.73%
B = 61.22%

CMYK

 C value IS 0.87

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#217EFB (or 0x217EFB) is known color: Dodger Blue. HEX triplet: 21, 7E and FB. RGB value is (33,126,251). Sum of RGB (Red+Green+Blue) = 33+126+251=410 (54% of max value = 765). Red value is 33 (13.28% from 255 or 8.05% from 410); Green value is 126 (49.61% from 255 or 30.73% from 410); Blue value is 251 (98.44% from 255 or 61.22% from 410); Max value from RGB is 251 - color contains mainly: blue. Hex color #217EFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #217EFB is #DE8104. Grayscale: #6F6F6F. Windows color (decimal): -14582021 or 16481825. OLE color: 16481825.

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

Color convert

RGB 33 126 251 -
CMYK 0.87 0.50 0 0.02
HSL 214.4º 0.96% 0.56% -
HSV(B) 214.4º 0.87% 0.98% -
XYZ 25.5 22.21 94.21 -
YUV 112.44 206.19 71.34 -
System Red Green Blue C M Y K H S L
Decimal 33 126 251 0.87 0.50 0 0.02 214.4 0.96 0.56
Hex 21 7E FB 57 32 0 2 D6 60 38
Octal 41 176 373 127 62 0 2 326 140 70
Binary 100001 1111110 11111011 1010111 110010 0 10 11010110 1100000 111000

Color Harmonies of #217EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217EFB

Black with #217EFB

Text Example


Text Example

White with #217EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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