Html Css Color HEX #1093FD Dodger Blue

📋 copy color: '#1093FD'

red 16 ◦ green 147 ◦ blue 253

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

Shades of Dodger Blue #1093FD

Tints of Dodger Blue #1093FD

RGB

 RED value IS 16 (6.64% from 255) = 3.85%

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

 BLUE value IS 253 (99.22% from 255) = 60.82%

R = 3.85%
G = 35.34%
B = 60.82%

CMYK

 C value IS 0.94

 M value IS 0.42

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1093FD (or 0x1093FD) is known color: Dodger Blue. HEX triplet: 10, 93 and FD. RGB value is (16,147,253). Sum of RGB (Red+Green+Blue) = 16+147+253=416 (55% of max value = 765). Red value is 16 (6.64% from 255 or 3.85% from 416); Green value is 147 (57.81% from 255 or 35.34% from 416); Blue value is 253 (99.22% from 255 or 60.82% from 416); Max value from RGB is 253 - color contains mainly: blue. Hex color #1093FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1093FD is #EF6C02. Grayscale: #777777. Windows color (decimal): -15690755 or 16618256. OLE color: 16618256.

HSL color Cylindrical-coordinate representation of color #1093FD: hue angle of 206.84º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1093FD is Cyan = 0.94, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 16 147 253 -
CMYK 0.94 0.42 0 0.01
HSL 206.84º 0.98% 0.53% -
HSV(B) 206.84º 0.94% 0.99% -
XYZ 28.38 28.07 96.85 -
YUV 119.92 203.1 53.88 -
System Red Green Blue C M Y K H S L
Decimal 16 147 253 0.94 0.42 0 0.01 206.84 0.98 0.53
Hex 10 93 FD 5E 2A 0 1 CF 62 35
Octal 20 223 375 136 52 0 1 317 142 65
Binary 10000 10010011 11111101 1011110 101010 0 1 11001111 1100010 110101

Color Harmonies of #1093FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1093FD

Black with #1093FD

Text Example


Text Example

White with #1093FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1093FD; }

 p { color: rgb(16,147,253); }

 H1.HeaderClassName
 {
   color: #1093FD;
 }
 .AnyTagClassName
 {
   color: #1093FD;
 }
</style>

background-color css

<style>
 a { background-color: #1093FD; }

 a { background-color: rgb(16,147,253); }

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

border-color css

<style>
 span { border-color: #1093FD; }

 span { border-color: rgb(16,147,253); }

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