Html Css Color HEX #217CFB Dodger Blue

📋 copy color: '#217CFB'

red 33 ◦ green 124 ◦ blue 251

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

Shades of Dodger Blue #217CFB

Tints of Dodger Blue #217CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 61.52%

R = 8.09%
G = 30.39%
B = 61.52%

CMYK

 C value IS 0.87

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#217CFB (or 0x217CFB) is known color: Dodger Blue. HEX triplet: 21, 7C and FB. RGB value is (33,124,251). Sum of RGB (Red+Green+Blue) = 33+124+251=408 (54% of max value = 765). Red value is 33 (13.28% from 255 or 8.09% from 408); Green value is 124 (48.83% from 255 or 30.39% from 408); Blue value is 251 (98.44% from 255 or 61.52% from 408); Max value from RGB is 251 - color contains mainly: blue. Hex color #217CFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #217CFB is #DE8304. Grayscale: #6E6E6E. Windows color (decimal): -14582533 or 16481313. OLE color: 16481313.

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

Color convert

RGB 33 124 251 -
CMYK 0.87 0.51 0 0.02
HSL 214.95º 0.96% 0.56% -
HSV(B) 214.95º 0.87% 0.98% -
XYZ 25.25 21.7 94.13 -
YUV 111.27 206.85 72.17 -
System Red Green Blue C M Y K H S L
Decimal 33 124 251 0.87 0.51 0 0.02 214.95 0.96 0.56
Hex 21 7C FB 57 33 0 2 D7 60 38
Octal 41 174 373 127 63 0 2 327 140 70
Binary 100001 1111100 11111011 1010111 110011 0 10 11010111 1100000 111000

Color Harmonies of #217CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217CFB

Black with #217CFB

Text Example


Text Example

White with #217CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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