Html Css Color HEX #1481EC Dodger Blue

📋 copy color: '#1481EC'

red 20 ◦ green 129 ◦ blue 236

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

Shades of Dodger Blue #1481EC

Tints of Dodger Blue #1481EC

RGB

 RED value IS 20 (8.2% from 255) = 5.19%

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

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

R = 5.19%
G = 33.51%
B = 61.3%

CMYK

 C value IS 0.92

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1481EC (or 0x1481EC) is known color: Dodger Blue. HEX triplet: 14, 81 and EC. RGB value is (20,129,236). Sum of RGB (Red+Green+Blue) = 20+129+236=385 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.19% from 385); Green value is 129 (50.78% from 255 or 33.51% from 385); Blue value is 236 (92.58% from 255 or 61.30% from 385); Max value from RGB is 236 - color contains mainly: blue. Hex color #1481EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1481EC is #EB7E13. Grayscale: #6C6C6C. Windows color (decimal): -15433236 or 15499540. OLE color: 15499540.

HSL color Cylindrical-coordinate representation of color #1481EC: hue angle of 209.72º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1481EC is Cyan = 0.92, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 20 129 236 -
CMYK 0.92 0.45 0 0.07
HSL 209.72º 0.85% 0.5% -
HSV(B) 209.72º 0.92% 0.93% -
XYZ 23.28 21.91 82.36 -
YUV 108.61 199.89 64.8 -
System Red Green Blue C M Y K H S L
Decimal 20 129 236 0.92 0.45 0 0.07 209.72 0.85 0.5
Hex 14 81 EC 5C 2D 0 7 D2 55 32
Octal 24 201 354 134 55 0 7 322 125 62
Binary 10100 10000001 11101100 1011100 101101 0 111 11010010 1010101 110010

Color Harmonies of #1481EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1481EC

Black with #1481EC

Text Example


Text Example

White with #1481EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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