Html Css Color HEX #217FFA Dodger Blue

📋 copy color: '#217FFA'

red 33 ◦ green 127 ◦ blue 250

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

Shades of Dodger Blue #217FFA

Tints of Dodger Blue #217FFA

RGB

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

 GREEN value IS 127 (50% from 255) = 30.98%

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

R = 8.05%
G = 30.98%
B = 60.98%

CMYK

 C value IS 0.87

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#217FFA (or 0x217FFA) is known color: Dodger Blue. HEX triplet: 21, 7F and FA. RGB value is (33,127,250). Sum of RGB (Red+Green+Blue) = 33+127+250=410 (54% of max value = 765). Red value is 33 (13.28% from 255 or 8.05% from 410); Green value is 127 (50% from 255 or 30.98% from 410); Blue value is 250 (98.05% from 255 or 60.98% from 410); Max value from RGB is 250 - color contains mainly: blue. Hex color #217FFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #217FFA is #DE8005. Grayscale: #707070. Windows color (decimal): -14581766 or 16416545. OLE color: 16416545.

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

Color convert

RGB 33 127 250 -
CMYK 0.87 0.49 0 0.02
HSL 214.01º 0.96% 0.55% -
HSV(B) 214.01º 0.87% 0.98% -
XYZ 25.47 22.4 93.42 -
YUV 112.92 205.36 71 -
System Red Green Blue C M Y K H S L
Decimal 33 127 250 0.87 0.49 0 0.02 214.01 0.96 0.55
Hex 21 7F FA 57 31 0 2 D6 60 37
Octal 41 177 372 127 61 0 2 326 140 67
Binary 100001 1111111 11111010 1010111 110001 0 10 11010110 1100000 110111

Color Harmonies of #217FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217FFA

Black with #217FFA

Text Example


Text Example

White with #217FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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