Html Css Color HEX #1481FF Dodger Blue

📋 copy color: '#1481FF'

red 20 ◦ green 129 ◦ blue 255

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

Shades of Dodger Blue #1481FF

Tints of Dodger Blue #1481FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 63.12%

R = 4.95%
G = 31.93%
B = 63.12%

CMYK

 C value IS 0.92

 M value IS 0.49

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1481FF (or 0x1481FF) is known color: Dodger Blue. HEX triplet: 14, 81 and FF. RGB value is (20,129,255). Sum of RGB (Red+Green+Blue) = 20+129+255=404 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.95% from 404); Green value is 129 (50.78% from 255 or 31.93% from 404); Blue value is 255 (100% from 255 or 63.12% from 404); Max value from RGB is 255 - color contains mainly: blue. Hex color #1481FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1481FF is #EB7E00. Grayscale: #6E6E6E. Windows color (decimal): -15433217 or 16744724. OLE color: 16744724.

HSL color Cylindrical-coordinate representation of color #1481FF: hue angle of 212.17º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1481FF is Cyan = 0.92, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 20 129 255 -
CMYK 0.92 0.49 0 0
HSL 212.17º 1% 0.54% -
HSV(B) 212.17º 0.92% 1% -
XYZ 26.19 23.07 97.68 -
YUV 110.77 209.39 63.25 -
System Red Green Blue C M Y K H S L
Decimal 20 129 255 0.92 0.49 0 0 212.17 1 0.54
Hex 14 81 FF 5C 31 0 0 D4 64 36
Octal 24 201 377 134 61 0 0 324 144 66
Binary 10100 10000001 11111111 1011100 110001 0 0 11010100 1100100 110110

Color Harmonies of #1481FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1481FF

Black with #1481FF

Text Example


Text Example

White with #1481FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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