Html Css Color HEX #1081EC Dodger Blue

📋 copy color: '#1081EC'

red 16 ◦ green 129 ◦ blue 236

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

Shades of Dodger Blue #1081EC

Tints of Dodger Blue #1081EC

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.86%

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

R = 4.2%
G = 33.86%
B = 61.94%

CMYK

 C value IS 0.93

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1081EC (or 0x1081EC) is known color: Dodger Blue. HEX triplet: 10, 81 and EC. RGB value is (16,129,236). Sum of RGB (Red+Green+Blue) = 16+129+236=381 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.20% from 381); Green value is 129 (50.78% from 255 or 33.86% from 381); Blue value is 236 (92.58% from 255 or 61.94% from 381); Max value from RGB is 236 - color contains mainly: blue. Hex color #1081EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1081EC is #EF7E13. Grayscale: #6A6A6A. Windows color (decimal): -15695380 or 15499536. OLE color: 15499536.

HSL color Cylindrical-coordinate representation of color #1081EC: hue angle of 209.18º 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 #1081EC is Cyan = 0.93, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 16 129 236 -
CMYK 0.93 0.45 0 0.07
HSL 209.18º 0.87% 0.49% -
HSV(B) 209.18º 0.93% 0.93% -
XYZ 23.2 21.87 82.35 -
YUV 107.41 200.56 62.8 -
System Red Green Blue C M Y K H S L
Decimal 16 129 236 0.93 0.45 0 0.07 209.18 0.87 0.49
Hex 10 81 EC 5D 2D 0 7 D1 57 31
Octal 20 201 354 135 55 0 7 321 127 61
Binary 10000 10000001 11101100 1011101 101101 0 111 11010001 1010111 110001

Color Harmonies of #1081EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1081EC

Black with #1081EC

Text Example


Text Example

White with #1081EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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