Html Css Color HEX #217CF2 Dodger Blue

📋 copy color: '#217CF2'

red 33 ◦ green 124 ◦ blue 242

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

Shades of Dodger Blue #217CF2

Tints of Dodger Blue #217CF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 60.65%

R = 8.27%
G = 31.08%
B = 60.65%

CMYK

 C value IS 0.86

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#217CF2 (or 0x217CF2) is known color: Dodger Blue. HEX triplet: 21, 7C and F2. RGB value is (33,124,242). Sum of RGB (Red+Green+Blue) = 33+124+242=399 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.27% from 399); Green value is 124 (48.83% from 255 or 31.08% from 399); Blue value is 242 (94.92% from 255 or 60.65% from 399); Max value from RGB is 242 - color contains mainly: blue. Hex color #217CF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #217CF2 is #DE830D. Grayscale: #6D6D6D. Windows color (decimal): -14582542 or 15891489. OLE color: 15891489.

HSL color Cylindrical-coordinate representation of color #217CF2: hue angle of 213.88º degrees, saturation: 0.89, 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 #217CF2 is Cyan = 0.86, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 33 124 242 -
CMYK 0.86 0.49 0 0.05
HSL 213.88º 0.89% 0.54% -
HSV(B) 213.88º 0.86% 0.95% -
XYZ 23.86 21.15 86.83 -
YUV 110.24 202.35 72.91 -
System Red Green Blue C M Y K H S L
Decimal 33 124 242 0.86 0.49 0 0.05 213.88 0.89 0.54
Hex 21 7C F2 56 31 0 5 D6 59 36
Octal 41 174 362 126 61 0 5 326 131 66
Binary 100001 1111100 11110010 1010110 110001 0 101 11010110 1011001 110110

Color Harmonies of #217CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217CF2

Black with #217CF2

Text Example


Text Example

White with #217CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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