Html Css Color HEX #217CFA Dodger Blue

📋 copy color: '#217CFA'

red 33 ◦ green 124 ◦ blue 250

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

Shades of Dodger Blue #217CFA

Tints of Dodger Blue #217CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 61.43%

R = 8.11%
G = 30.47%
B = 61.43%

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

#217CFA (or 0x217CFA) is known color: Dodger Blue. HEX triplet: 21, 7C and FA. RGB value is (33,124,250). Sum of RGB (Red+Green+Blue) = 33+124+250=407 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.11% from 407); Green value is 124 (48.83% from 255 or 30.47% from 407); Blue value is 250 (98.05% from 255 or 61.43% from 407); Max value from RGB is 250 - color contains mainly: blue. Hex color #217CFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #217CFA is #DE8305. Grayscale: #6E6E6E. Windows color (decimal): -14582534 or 16415777. OLE color: 16415777.

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

Color convert

RGB 33 124 250 -
CMYK 0.87 0.50 0 0.02
HSL 214.84º 0.96% 0.55% -
HSV(B) 214.84º 0.87% 0.98% -
XYZ 25.09 21.64 93.3 -
YUV 111.16 206.35 72.25 -
System Red Green Blue C M Y K H S L
Decimal 33 124 250 0.87 0.50 0 0.02 214.84 0.96 0.55
Hex 21 7C FA 57 32 0 2 D7 60 37
Octal 41 174 372 127 62 0 2 327 140 67
Binary 100001 1111100 11111010 1010111 110010 0 10 11010111 1100000 110111

Color Harmonies of #217CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217CFA

Black with #217CFA

Text Example


Text Example

White with #217CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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