Html Css Color HEX #217BFB Dodger Blue

📋 copy color: '#217BFB'

red 33 ◦ green 123 ◦ blue 251

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

Shades of Dodger Blue #217BFB

Tints of Dodger Blue #217BFB

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.22%

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

R = 8.11%
G = 30.22%
B = 61.67%

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

#217BFB (or 0x217BFB) is known color: Dodger Blue. HEX triplet: 21, 7B and FB. RGB value is (33,123,251). Sum of RGB (Red+Green+Blue) = 33+123+251=407 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.11% from 407); Green value is 123 (48.44% from 255 or 30.22% from 407); Blue value is 251 (98.44% from 255 or 61.67% from 407); Max value from RGB is 251 - color contains mainly: blue. Hex color #217BFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #217BFB is #DE8404. Grayscale: #6E6E6E. Windows color (decimal): -14582789 or 16481057. OLE color: 16481057.

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

Color convert

RGB 33 123 251 -
CMYK 0.87 0.51 0 0.02
HSL 215.23º 0.96% 0.56% -
HSV(B) 215.23º 0.87% 0.98% -
XYZ 25.12 21.45 94.08 -
YUV 110.68 207.18 72.59 -
System Red Green Blue C M Y K H S L
Decimal 33 123 251 0.87 0.51 0 0.02 215.23 0.96 0.56
Hex 21 7B FB 57 33 0 2 D7 60 38
Octal 41 173 373 127 63 0 2 327 140 70
Binary 100001 1111011 11111011 1010111 110011 0 10 11010111 1100000 111000

Color Harmonies of #217BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217BFB

Black with #217BFB

Text Example


Text Example

White with #217BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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