Html Css Color HEX #1481FE Dodger Blue

📋 copy color: '#1481FE'

red 20 ◦ green 129 ◦ blue 254

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

Shades of Dodger Blue #1481FE

Tints of Dodger Blue #1481FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 63.03%

R = 4.96%
G = 32.01%
B = 63.03%

CMYK

 C value IS 0.92

 M value IS 0.49

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#1481FE (or 0x1481FE) is known color: Dodger Blue. HEX triplet: 14, 81 and FE. RGB value is (20,129,254). Sum of RGB (Red+Green+Blue) = 20+129+254=403 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.96% from 403); Green value is 129 (50.78% from 255 or 32.01% from 403); Blue value is 254 (99.61% from 255 or 63.03% from 403); Max value from RGB is 254 - color contains mainly: blue. Hex color #1481FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1481FE is #EB7E01. Grayscale: #6E6E6E. Windows color (decimal): -15433218 or 16679188. OLE color: 16679188.

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

Color convert

RGB 20 129 254 -
CMYK 0.92 0.49 0 0.00
HSL 212.05º 0.99% 0.54% -
HSV(B) 212.05º 0.92% 1% -
XYZ 26.03 23.01 96.83 -
YUV 110.66 208.89 63.34 -
System Red Green Blue C M Y K H S L
Decimal 20 129 254 0.92 0.49 0 0.00 212.05 0.99 0.54
Hex 14 81 FE 5C 31 0 0 D4 63 36
Octal 24 201 376 134 61 0 0 324 143 66
Binary 10100 10000001 11111110 1011100 110001 0 0 11010100 1100011 110110

Color Harmonies of #1481FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1481FE

Black with #1481FE

Text Example


Text Example

White with #1481FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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