Html Css Color HEX #1293FE Dodger Blue

📋 copy color: '#1293FE'

red 18 ◦ green 147 ◦ blue 254

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

Shades of Dodger Blue #1293FE

Tints of Dodger Blue #1293FE

RGB

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

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

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

R = 4.3%
G = 35.08%
B = 60.62%

CMYK

 C value IS 0.93

 M value IS 0.42

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#1293FE (or 0x1293FE) is known color: Dodger Blue. HEX triplet: 12, 93 and FE. RGB value is (18,147,254). Sum of RGB (Red+Green+Blue) = 18+147+254=419 (55% of max value = 765). Red value is 18 (7.42% from 255 or 4.30% from 419); Green value is 147 (57.81% from 255 or 35.08% from 419); Blue value is 254 (99.61% from 255 or 60.62% from 419); Max value from RGB is 254 - color contains mainly: blue. Hex color #1293FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1293FE is #ED6C01. Grayscale: #787878. Windows color (decimal): -15559682 or 16683794. OLE color: 16683794.

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

Color convert

RGB 18 147 254 -
CMYK 0.93 0.42 0 0.00
HSL 207.2º 0.99% 0.53% -
HSV(B) 207.2º 0.93% 1% -
XYZ 28.57 28.15 97.69 -
YUV 120.63 203.26 54.8 -
System Red Green Blue C M Y K H S L
Decimal 18 147 254 0.93 0.42 0 0.00 207.2 0.99 0.53
Hex 12 93 FE 5D 2A 0 0 CF 63 35
Octal 22 223 376 135 52 0 0 317 143 65
Binary 10010 10010011 11111110 1011101 101010 0 0 11001111 1100011 110101

Color Harmonies of #1293FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1293FE

Black with #1293FE

Text Example


Text Example

White with #1293FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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