Html Css Color HEX #1491FD Dodger Blue

📋 copy color: '#1491FD'

red 20 ◦ green 145 ◦ blue 253

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

Shades of Dodger Blue #1491FD

Tints of Dodger Blue #1491FD

RGB

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

 GREEN value IS 145 (57.03% from 255) = 34.69%

 BLUE value IS 253 (99.22% from 255) = 60.53%

R = 4.78%
G = 34.69%
B = 60.53%

CMYK

 C value IS 0.92

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1491FD (or 0x1491FD) is known color: Dodger Blue. HEX triplet: 14, 91 and FD. RGB value is (20,145,253). Sum of RGB (Red+Green+Blue) = 20+145+253=418 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.78% from 418); Green value is 145 (57.03% from 255 or 34.69% from 418); Blue value is 253 (99.22% from 255 or 60.53% from 418); Max value from RGB is 253 - color contains mainly: blue. Hex color #1491FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1491FD is #EB6E02. Grayscale: #777777. Windows color (decimal): -15429123 or 16617748. OLE color: 16617748.

HSL color Cylindrical-coordinate representation of color #1491FD: hue angle of 207.81º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1491FD is Cyan = 0.92, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 20 145 253 -
CMYK 0.92 0.43 0 0.01
HSL 207.81º 0.98% 0.54% -
HSV(B) 207.81º 0.92% 0.99% -
XYZ 28.14 27.49 96.75 -
YUV 119.94 203.09 56.72 -
System Red Green Blue C M Y K H S L
Decimal 20 145 253 0.92 0.43 0 0.01 207.81 0.98 0.54
Hex 14 91 FD 5C 2B 0 1 D0 62 36
Octal 24 221 375 134 53 0 1 320 142 66
Binary 10100 10010001 11111101 1011100 101011 0 1 11010000 1100010 110110

Color Harmonies of #1491FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1491FD

Black with #1491FD

Text Example


Text Example

White with #1491FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1491FD; }

 p { color: rgb(20,145,253); }

 H1.HeaderClassName
 {
   color: #1491FD;
 }
 .AnyTagClassName
 {
   color: #1491FD;
 }
</style>

background-color css

<style>
 a { background-color: #1491FD; }

 a { background-color: rgb(20,145,253); }

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

border-color css

<style>
 span { border-color: #1491FD; }

 span { border-color: rgb(20,145,253); }

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