Html Css Color HEX #1490FC Dodger Blue

📋 copy color: '#1490FC'

red 20 ◦ green 144 ◦ blue 252

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

Shades of Dodger Blue #1490FC

Tints of Dodger Blue #1490FC

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.62%

 BLUE value IS 252 (98.83% from 255) = 60.58%

R = 4.81%
G = 34.62%
B = 60.58%

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

#1490FC (or 0x1490FC) is known color: Dodger Blue. HEX triplet: 14, 90 and FC. RGB value is (20,144,252). Sum of RGB (Red+Green+Blue) = 20+144+252=416 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.81% from 416); Green value is 144 (56.64% from 255 or 34.62% from 416); Blue value is 252 (98.83% from 255 or 60.58% from 416); Max value from RGB is 252 - color contains mainly: blue. Hex color #1490FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1490FC is #EB6F03. Grayscale: #767676. Windows color (decimal): -15429380 or 16551956. OLE color: 16551956.

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

Color convert

RGB 20 144 252 -
CMYK 0.92 0.43 0 0.01
HSL 207.93º 0.97% 0.53% -
HSV(B) 207.93º 0.92% 0.99% -
XYZ 27.83 27.12 95.86 -
YUV 119.24 202.92 57.22 -
System Red Green Blue C M Y K H S L
Decimal 20 144 252 0.92 0.43 0 0.01 207.93 0.97 0.53
Hex 14 90 FC 5C 2B 0 1 D0 61 35
Octal 24 220 374 134 53 0 1 320 141 65
Binary 10100 10010000 11111100 1011100 101011 0 1 11010000 1100001 110101

Color Harmonies of #1490FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1490FC

Black with #1490FC

Text Example


Text Example

White with #1490FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1490FC; }

 p { color: rgb(20,144,252); }

 H1.HeaderClassName
 {
   color: #1490FC;
 }
 .AnyTagClassName
 {
   color: #1490FC;
 }
</style>

background-color css

<style>
 a { background-color: #1490FC; }

 a { background-color: rgb(20,144,252); }

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

border-color css

<style>
 span { border-color: #1490FC; }

 span { border-color: rgb(20,144,252); }

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