Html Css Color HEX #0193FA Dodger Blue

📋 copy color: '#0193FA'

red 1 ◦ green 147 ◦ blue 250

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

Shades of Dodger Blue #0193FA

Tints of Dodger Blue #0193FA

RGB

 RED value IS 1 (0.78% from 255) = 0.25%

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

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

R = 0.25%
G = 36.93%
B = 62.81%

CMYK

 C value IS 1.00

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0193FA (or 0x0193FA) is known color: Dodger Blue. HEX triplet: 01, 93 and FA. RGB value is (1,147,250). Sum of RGB (Red+Green+Blue) = 1+147+250=398 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 398); Green value is 147 (57.81% from 255 or 36.93% from 398); Blue value is 250 (98.05% from 255 or 62.81% from 398); Max value from RGB is 250 - color contains mainly: blue. Hex color #0193FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0193FA is #FE6C05. Grayscale: #727272. Windows color (decimal): -16673798 or 16421633. OLE color: 16421633.

HSL color Cylindrical-coordinate representation of color #0193FA: hue angle of 204.82º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0193FA is Cyan = 1.00, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 1 147 250 -
CMYK 1.00 0.41 0 0.02
HSL 204.82º 0.99% 0.49% -
HSV(B) 204.82º 1% 0.98% -
XYZ 27.7 27.78 94.34 -
YUV 115.09 204.13 46.62 -
System Red Green Blue C M Y K H S L
Decimal 1 147 250 1.00 0.41 0 0.02 204.82 0.99 0.49
Hex 1 93 FA 64 29 0 2 CD 63 31
Octal 1 223 372 144 51 0 2 315 143 61
Binary 1 10010011 11111010 1100100 101001 0 10 11001101 1100011 110001

Color Harmonies of #0193FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0193FA

Black with #0193FA

Text Example


Text Example

White with #0193FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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