Html Css Color HEX #217BF5 Dodger Blue

📋 copy color: '#217BF5'

red 33 ◦ green 123 ◦ blue 245

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

Shades of Dodger Blue #217BF5

Tints of Dodger Blue #217BF5

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.67%

 BLUE value IS 245 (96.09% from 255) = 61.1%

R = 8.23%
G = 30.67%
B = 61.1%

CMYK

 C value IS 0.87

 M value IS 0.50

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#217BF5 (or 0x217BF5) is known color: Dodger Blue. HEX triplet: 21, 7B and F5. RGB value is (33,123,245). Sum of RGB (Red+Green+Blue) = 33+123+245=401 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.23% from 401); Green value is 123 (48.44% from 255 or 30.67% from 401); Blue value is 245 (96.09% from 255 or 61.10% from 401); Max value from RGB is 245 - color contains mainly: blue. Hex color #217BF5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #217BF5 is #DE840A. Grayscale: #6D6D6D. Windows color (decimal): -14582795 or 16087841. OLE color: 16087841.

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

Color convert

RGB 33 123 245 -
CMYK 0.87 0.50 0 0.04
HSL 214.53º 0.91% 0.55% -
HSV(B) 214.53º 0.87% 0.96% -
XYZ 24.19 21.08 89.18 -
YUV 110 204.18 73.08 -
System Red Green Blue C M Y K H S L
Decimal 33 123 245 0.87 0.50 0 0.04 214.53 0.91 0.55
Hex 21 7B F5 57 32 0 4 D7 5B 37
Octal 41 173 365 127 62 0 4 327 133 67
Binary 100001 1111011 11110101 1010111 110010 0 100 11010111 1011011 110111

Color Harmonies of #217BF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217BF5

Black with #217BF5

Text Example


Text Example

White with #217BF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,123,245); }

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

background-color css

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

 a { background-color: rgb(33,123,245); }

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

border-color css

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

 span { border-color: rgb(33,123,245); }

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