Html Css Color HEX #217CFF Dodger Blue

📋 copy color: '#217CFF'

red 33 ◦ green 124 ◦ blue 255

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

Shades of Dodger Blue #217CFF

Tints of Dodger Blue #217CFF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.1%

 BLUE value IS 255 (100% from 255) = 61.89%

R = 8.01%
G = 30.1%
B = 61.89%

CMYK

 C value IS 0.87

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#217CFF (or 0x217CFF) is known color: Dodger Blue. HEX triplet: 21, 7C and FF. RGB value is (33,124,255). Sum of RGB (Red+Green+Blue) = 33+124+255=412 (54% of max value = 765). Red value is 33 (13.28% from 255 or 8.01% from 412); Green value is 124 (48.83% from 255 or 30.10% from 412); Blue value is 255 (100% from 255 or 61.89% from 412); Max value from RGB is 255 - color contains mainly: blue. Hex color #217CFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #217CFF is #DE8300. Grayscale: #6F6F6F. Windows color (decimal): -14582529 or 16743457. OLE color: 16743457.

HSL color Cylindrical-coordinate representation of color #217CFF: hue angle of 215.41º 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 #217CFF is Cyan = 0.87, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 33 124 255 -
CMYK 0.87 0.51 0 0
HSL 215.41º 1% 0.56% -
HSV(B) 215.41º 0.87% 1% -
XYZ 25.88 21.96 97.48 -
YUV 111.73 208.85 71.85 -
System Red Green Blue C M Y K H S L
Decimal 33 124 255 0.87 0.51 0 0 215.41 1 0.56
Hex 21 7C FF 57 33 0 0 D7 64 38
Octal 41 174 377 127 63 0 0 327 144 70
Binary 100001 1111100 11111111 1010111 110011 0 0 11010111 1100100 111000

Color Harmonies of #217CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217CFF

Black with #217CFF

Text Example


Text Example

White with #217CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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