Html Css Color HEX #2193FA Dodger Blue

📋 copy color: '#2193FA'

red 33 ◦ green 147 ◦ blue 250

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

Shades of Dodger Blue #2193FA

Tints of Dodger Blue #2193FA

RGB

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

 GREEN value IS 147 (57.81% from 255) = 34.19%

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

R = 7.67%
G = 34.19%
B = 58.14%

CMYK

 C value IS 0.87

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2193FA (or 0x2193FA) is known color: Dodger Blue. HEX triplet: 21, 93 and FA. RGB value is (33,147,250). Sum of RGB (Red+Green+Blue) = 33+147+250=430 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.67% from 430); Green value is 147 (57.81% from 255 or 34.19% from 430); Blue value is 250 (98.05% from 255 or 58.14% from 430); Max value from RGB is 250 - color contains mainly: blue. Hex color #2193FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2193FA is #DE6C05. Grayscale: #7C7C7C. Windows color (decimal): -14576646 or 16421665. OLE color: 16421665.

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

Color convert

RGB 33 147 250 -
CMYK 0.87 0.41 0 0.02
HSL 208.48º 0.96% 0.55% -
HSV(B) 208.48º 0.87% 0.98% -
XYZ 28.32 28.09 94.37 -
YUV 124.66 198.73 62.62 -
System Red Green Blue C M Y K H S L
Decimal 33 147 250 0.87 0.41 0 0.02 208.48 0.96 0.55
Hex 21 93 FA 57 29 0 2 D0 60 37
Octal 41 223 372 127 51 0 2 320 140 67
Binary 100001 10010011 11111010 1010111 101001 0 10 11010000 1100000 110111

Color Harmonies of #2193FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2193FA

Black with #2193FA

Text Example


Text Example

White with #2193FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2193FA; }

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

 H1.HeaderClassName
 {
   color: #2193FA;
 }
 .AnyTagClassName
 {
   color: #2193FA;
 }
</style>

background-color css

<style>
 a { background-color: #2193FA; }

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

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

border-color css

<style>
 span { border-color: #2193FA; }

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

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