Html Css Color HEX #1464FE Dodger Blue

📋 copy color: '#1464FE'

red 20 ◦ green 100 ◦ blue 254

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

Shades of Dodger Blue #1464FE

Tints of Dodger Blue #1464FE

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.74%

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

R = 5.35%
G = 26.74%
B = 67.91%

CMYK

 C value IS 0.92

 M value IS 0.61

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#1464FE (or 0x1464FE) is known color: Dodger Blue. HEX triplet: 14, 64 and FE. RGB value is (20,100,254). Sum of RGB (Red+Green+Blue) = 20+100+254=374 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.35% from 374); Green value is 100 (39.45% from 255 or 26.74% from 374); Blue value is 254 (99.61% from 255 or 67.91% from 374); Max value from RGB is 254 - color contains mainly: blue. Hex color #1464FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1464FE is #EB9B01. Grayscale: #5C5C5C. Windows color (decimal): -15440642 or 16671764. OLE color: 16671764.

HSL color Cylindrical-coordinate representation of color #1464FE: hue angle of 219.49º 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 #1464FE is Cyan = 0.92, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 20 100 254 -
CMYK 0.92 0.61 0 0.00
HSL 219.49º 0.99% 0.54% -
HSV(B) 219.49º 0.92% 1% -
XYZ 22.74 16.42 95.74 -
YUV 93.64 218.5 75.48 -
System Red Green Blue C M Y K H S L
Decimal 20 100 254 0.92 0.61 0 0.00 219.49 0.99 0.54
Hex 14 64 FE 5C 3D 0 0 DB 63 36
Octal 24 144 376 134 75 0 0 333 143 66
Binary 10100 1100100 11111110 1011100 111101 0 0 11011011 1100011 110110

Color Harmonies of #1464FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1464FE

Black with #1464FE

Text Example


Text Example

White with #1464FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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