Html Css Color HEX #1493FC Dodger Blue

📋 copy color: '#1493FC'

red 20 ◦ green 147 ◦ blue 252

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

Shades of Dodger Blue #1493FC

Tints of Dodger Blue #1493FC

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.08%

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

R = 4.77%
G = 35.08%
B = 60.14%

CMYK

 C value IS 0.92

 M value IS 0.42

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1493FC (or 0x1493FC) is known color: Dodger Blue. HEX triplet: 14, 93 and FC. RGB value is (20,147,252). Sum of RGB (Red+Green+Blue) = 20+147+252=419 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.77% from 419); Green value is 147 (57.81% from 255 or 35.08% from 419); Blue value is 252 (98.83% from 255 or 60.14% from 419); Max value from RGB is 252 - color contains mainly: blue. Hex color #1493FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1493FC is #EB6C03. Grayscale: #787878. Windows color (decimal): -15428612 or 16552724. OLE color: 16552724.

HSL color Cylindrical-coordinate representation of color #1493FC: hue angle of 207.16º 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 #1493FC is Cyan = 0.92, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 20 147 252 -
CMYK 0.92 0.42 0 0.01
HSL 207.16º 0.97% 0.53% -
HSV(B) 207.16º 0.92% 0.99% -
XYZ 28.29 28.04 96.02 -
YUV 121 201.92 55.96 -
System Red Green Blue C M Y K H S L
Decimal 20 147 252 0.92 0.42 0 0.01 207.16 0.97 0.53
Hex 14 93 FC 5C 2A 0 1 CF 61 35
Octal 24 223 374 134 52 0 1 317 141 65
Binary 10100 10010011 11111100 1011100 101010 0 1 11001111 1100001 110101

Color Harmonies of #1493FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1493FC

Black with #1493FC

Text Example


Text Example

White with #1493FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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