Html Css Color HEX #0193FF Dodger Blue

📋 copy color: '#0193FF'

red 1 ◦ green 147 ◦ blue 255

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

Shades of Dodger Blue #0193FF

Tints of Dodger Blue #0193FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 63.28%

R = 0.25%
G = 36.48%
B = 63.28%

CMYK

 C value IS 1.00

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0193FF (or 0x0193FF) is known color: Dodger Blue. HEX triplet: 01, 93 and FF. RGB value is (1,147,255). Sum of RGB (Red+Green+Blue) = 1+147+255=403 (53% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 403); Green value is 147 (57.81% from 255 or 36.48% from 403); Blue value is 255 (100% from 255 or 63.28% from 403); Max value from RGB is 255 - color contains mainly: blue. Hex color #0193FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0193FF is #FE6C00. Grayscale: #737373. Windows color (decimal): -16673793 or 16749313. OLE color: 16749313.

HSL color Cylindrical-coordinate representation of color #0193FF: hue angle of 205.51º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0193FF is Cyan = 1.00, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 1 147 255 -
CMYK 1.00 0.42 0 0
HSL 205.51º 1% 0.5% -
HSV(B) 205.51º 1% 1% -
XYZ 28.5 28.09 98.53 -
YUV 115.66 206.63 46.22 -
System Red Green Blue C M Y K H S L
Decimal 1 147 255 1.00 0.42 0 0 205.51 1 0.5
Hex 1 93 FF 64 2A 0 0 CE 64 32
Octal 1 223 377 144 52 0 0 316 144 62
Binary 1 10010011 11111111 1100100 101010 0 0 11001110 1100100 110010

Color Harmonies of #0193FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0193FF

Black with #0193FF

Text Example


Text Example

White with #0193FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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