Html Css Color HEX #1095EC Dodger Blue

📋 copy color: '#1095EC'

red 16 ◦ green 149 ◦ blue 236

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

Shades of Dodger Blue #1095EC

Tints of Dodger Blue #1095EC

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.16%

 BLUE value IS 236 (92.58% from 255) = 58.85%

R = 3.99%
G = 37.16%
B = 58.85%

CMYK

 C value IS 0.93

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1095EC (or 0x1095EC) is known color: Dodger Blue. HEX triplet: 10, 95 and EC. RGB value is (16,149,236). Sum of RGB (Red+Green+Blue) = 16+149+236=401 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.99% from 401); Green value is 149 (58.59% from 255 or 37.16% from 401); Blue value is 236 (92.58% from 255 or 58.85% from 401); Max value from RGB is 236 - color contains mainly: blue. Hex color #1095EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1095EC is #EF6A13. Grayscale: #767676. Windows color (decimal): -15690260 or 15504656. OLE color: 15504656.

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

Color convert

RGB 16 149 236 -
CMYK 0.93 0.37 0 0.07
HSL 203.73º 0.87% 0.49% -
HSV(B) 203.73º 0.93% 0.93% -
XYZ 26.1 27.66 83.32 -
YUV 119.15 193.94 54.43 -
System Red Green Blue C M Y K H S L
Decimal 16 149 236 0.93 0.37 0 0.07 203.73 0.87 0.49
Hex 10 95 EC 5D 25 0 7 CC 57 31
Octal 20 225 354 135 45 0 7 314 127 61
Binary 10000 10010101 11101100 1011101 100101 0 111 11001100 1010111 110001

Color Harmonies of #1095EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1095EC

Black with #1095EC

Text Example


Text Example

White with #1095EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1095EC; }

 p { color: rgb(16,149,236); }

 H1.HeaderClassName
 {
   color: #1095EC;
 }
 .AnyTagClassName
 {
   color: #1095EC;
 }
</style>

background-color css

<style>
 a { background-color: #1095EC; }

 a { background-color: rgb(16,149,236); }

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

border-color css

<style>
 span { border-color: #1095EC; }

 span { border-color: rgb(16,149,236); }

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