Html Css Color HEX #1293FD Dodger Blue

📋 copy color: '#1293FD'

red 18 ◦ green 147 ◦ blue 253

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

Shades of Dodger Blue #1293FD

Tints of Dodger Blue #1293FD

RGB

 RED value IS 18 (7.42% from 255) = 4.31%

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

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

R = 4.31%
G = 35.17%
B = 60.53%

CMYK

 C value IS 0.93

 M value IS 0.42

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1293FD (or 0x1293FD) is known color: Dodger Blue. HEX triplet: 12, 93 and FD. RGB value is (18,147,253). Sum of RGB (Red+Green+Blue) = 18+147+253=418 (55% of max value = 765). Red value is 18 (7.42% from 255 or 4.31% from 418); Green value is 147 (57.81% from 255 or 35.17% 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 #1293FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1293FD is #ED6C02. Grayscale: #777777. Windows color (decimal): -15559683 or 16618258. OLE color: 16618258.

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

Color convert

RGB 18 147 253 -
CMYK 0.93 0.42 0 0.01
HSL 207.06º 0.98% 0.53% -
HSV(B) 207.06º 0.93% 0.99% -
XYZ 28.41 28.09 96.85 -
YUV 120.51 202.76 54.88 -
System Red Green Blue C M Y K H S L
Decimal 18 147 253 0.93 0.42 0 0.01 207.06 0.98 0.53
Hex 12 93 FD 5D 2A 0 1 CF 62 35
Octal 22 223 375 135 52 0 1 317 142 65
Binary 10010 10010011 11111101 1011101 101010 0 1 11001111 1100010 110101

Color Harmonies of #1293FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1293FD

Black with #1293FD

Text Example


Text Example

White with #1293FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,147,253); }

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

background-color css

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

 a { background-color: rgb(18,147,253); }

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

border-color css

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

 span { border-color: rgb(18,147,253); }

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