Html Css Color HEX #0193F1 Dodger Blue

📋 copy color: '#0193F1'

red 1 ◦ green 147 ◦ blue 241

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

Shades of Dodger Blue #0193F1

Tints of Dodger Blue #0193F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 61.95%

R = 0.26%
G = 37.79%
B = 61.95%

CMYK

 C value IS 1.00

 M value IS 0.39

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#0193F1 (or 0x0193F1) is known color: Dodger Blue. HEX triplet: 01, 93 and F1. RGB value is (1,147,241). Sum of RGB (Red+Green+Blue) = 1+147+241=389 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 389); Green value is 147 (57.81% from 255 or 37.79% from 389); Blue value is 241 (94.53% from 255 or 61.95% from 389); Max value from RGB is 241 - color contains mainly: blue. Hex color #0193F1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0193F1 is #FE6C0E. Grayscale: #717171. Windows color (decimal): -16673807 or 15831809. OLE color: 15831809.

HSL color Cylindrical-coordinate representation of color #0193F1: hue angle of 203.5º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0193F1 is Cyan = 1.00, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 1 147 241 -
CMYK 1.00 0.39 0 0.05
HSL 203.5º 0.99% 0.47% -
HSV(B) 203.5º 1% 0.95% -
XYZ 26.32 27.22 87.09 -
YUV 114.06 199.63 47.36 -
System Red Green Blue C M Y K H S L
Decimal 1 147 241 1.00 0.39 0 0.05 203.5 0.99 0.47
Hex 1 93 F1 64 27 0 5 CC 63 2F
Octal 1 223 361 144 47 0 5 314 143 57
Binary 1 10010011 11110001 1100100 100111 0 101 11001100 1100011 101111

Color Harmonies of #0193F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0193F1

Black with #0193F1

Text Example


Text Example

White with #0193F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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