Html Css Color HEX #217BFC Dodger Blue

📋 copy color: '#217BFC'

red 33 ◦ green 123 ◦ blue 252

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

Shades of Dodger Blue #217BFC

Tints of Dodger Blue #217BFC

RGB

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

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

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

R = 8.09%
G = 30.15%
B = 61.76%

CMYK

 C value IS 0.87

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#217BFC (or 0x217BFC) is known color: Dodger Blue. HEX triplet: 21, 7B and FC. RGB value is (33,123,252). Sum of RGB (Red+Green+Blue) = 33+123+252=408 (54% of max value = 765). Red value is 33 (13.28% from 255 or 8.09% from 408); Green value is 123 (48.44% from 255 or 30.15% from 408); Blue value is 252 (98.83% from 255 or 61.76% from 408); Max value from RGB is 252 - color contains mainly: blue. Hex color #217BFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #217BFC is #DE8403. Grayscale: #6E6E6E. Windows color (decimal): -14582788 or 16546593. OLE color: 16546593.

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

Color convert

RGB 33 123 252 -
CMYK 0.87 0.51 0 0.01
HSL 215.34º 0.97% 0.56% -
HSV(B) 215.34º 0.87% 0.99% -
XYZ 25.28 21.52 94.92 -
YUV 110.8 207.68 72.51 -
System Red Green Blue C M Y K H S L
Decimal 33 123 252 0.87 0.51 0 0.01 215.34 0.97 0.56
Hex 21 7B FC 57 33 0 1 D7 61 38
Octal 41 173 374 127 63 0 1 327 141 70
Binary 100001 1111011 11111100 1010111 110011 0 1 11010111 1100001 111000

Color Harmonies of #217BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217BFC

Black with #217BFC

Text Example


Text Example

White with #217BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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