Html Css Color HEX #217BFA Dodger Blue

📋 copy color: '#217BFA'

red 33 ◦ green 123 ◦ blue 250

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

Shades of Dodger Blue #217BFA

Tints of Dodger Blue #217BFA

RGB

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

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

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

R = 8.13%
G = 30.3%
B = 61.58%

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

#217BFA (or 0x217BFA) is known color: Dodger Blue. HEX triplet: 21, 7B and FA. RGB value is (33,123,250). Sum of RGB (Red+Green+Blue) = 33+123+250=406 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.13% from 406); Green value is 123 (48.44% from 255 or 30.30% from 406); Blue value is 250 (98.05% from 255 or 61.58% from 406); Max value from RGB is 250 - color contains mainly: blue. Hex color #217BFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #217BFA is #DE8405. Grayscale: #6D6D6D. Windows color (decimal): -14582790 or 16415521. OLE color: 16415521.

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

Color convert

RGB 33 123 250 -
CMYK 0.87 0.51 0 0.02
HSL 215.12º 0.96% 0.55% -
HSV(B) 215.12º 0.87% 0.98% -
XYZ 24.97 21.39 93.26 -
YUV 110.57 206.68 72.67 -
System Red Green Blue C M Y K H S L
Decimal 33 123 250 0.87 0.51 0 0.02 215.12 0.96 0.55
Hex 21 7B FA 57 33 0 2 D7 60 37
Octal 41 173 372 127 63 0 2 327 140 67
Binary 100001 1111011 11111010 1010111 110011 0 10 11010111 1100000 110111

Color Harmonies of #217BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217BFA

Black with #217BFA

Text Example


Text Example

White with #217BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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