Html Css Color HEX #217FF3 Dodger Blue

📋 copy color: '#217FF3'

red 33 ◦ green 127 ◦ blue 243

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

Shades of Dodger Blue #217FF3

Tints of Dodger Blue #217FF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 60.3%

R = 8.19%
G = 31.51%
B = 60.3%

CMYK

 C value IS 0.86

 M value IS 0.48

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#217FF3 (or 0x217FF3) is known color: Dodger Blue. HEX triplet: 21, 7F and F3. RGB value is (33,127,243). Sum of RGB (Red+Green+Blue) = 33+127+243=403 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.19% from 403); Green value is 127 (50% from 255 or 31.51% from 403); Blue value is 243 (95.31% from 255 or 60.30% from 403); Max value from RGB is 243 - color contains mainly: blue. Hex color #217FF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #217FF3 is #DE800C. Grayscale: #6F6F6F. Windows color (decimal): -14581773 or 15957793. OLE color: 15957793.

HSL color Cylindrical-coordinate representation of color #217FF3: hue angle of 213.14º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #217FF3 is Cyan = 0.86, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 33 127 243 -
CMYK 0.86 0.48 0 0.05
HSL 213.14º 0.9% 0.54% -
HSV(B) 213.14º 0.86% 0.95% -
XYZ 24.39 21.97 87.75 -
YUV 112.12 201.86 71.57 -
System Red Green Blue C M Y K H S L
Decimal 33 127 243 0.86 0.48 0 0.05 213.14 0.9 0.54
Hex 21 7F F3 56 30 0 5 D5 5A 36
Octal 41 177 363 126 60 0 5 325 132 66
Binary 100001 1111111 11110011 1010110 110000 0 101 11010101 1011010 110110

Color Harmonies of #217FF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217FF3

Black with #217FF3

Text Example


Text Example

White with #217FF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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