Html Css Color HEX #1093E8 Dodger Blue

📋 copy color: '#1093E8'

red 16 ◦ green 147 ◦ blue 232

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

Shades of Dodger Blue #1093E8

Tints of Dodger Blue #1093E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 58.73%

R = 4.05%
G = 37.22%
B = 58.73%

CMYK

 C value IS 0.93

 M value IS 0.37

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#1093E8 (or 0x1093E8) is known color: Dodger Blue. HEX triplet: 10, 93 and E8. RGB value is (16,147,232). Sum of RGB (Red+Green+Blue) = 16+147+232=395 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.05% from 395); Green value is 147 (57.81% from 255 or 37.22% from 395); Blue value is 232 (91.02% from 255 or 58.73% from 395); Max value from RGB is 232 - color contains mainly: blue. Hex color #1093E8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1093E8 is #EF6C17. Grayscale: #757575. Windows color (decimal): -15690776 or 15242000. OLE color: 15242000.

HSL color Cylindrical-coordinate representation of color #1093E8: hue angle of 203.61º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1093E8 is Cyan = 0.93, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 16 147 232 -
CMYK 0.93 0.37 0 0.09
HSL 203.61º 0.87% 0.49% -
HSV(B) 203.61º 0.93% 0.91% -
XYZ 25.21 26.8 80.19 -
YUV 117.52 192.6 55.59 -
System Red Green Blue C M Y K H S L
Decimal 16 147 232 0.93 0.37 0 0.09 203.61 0.87 0.49
Hex 10 93 E8 5D 25 0 9 CC 57 31
Octal 20 223 350 135 45 0 11 314 127 61
Binary 10000 10010011 11101000 1011101 100101 0 1001 11001100 1010111 110001

Color Harmonies of #1093E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1093E8

Black with #1093E8

Text Example


Text Example

White with #1093E8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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