Html Css Color HEX #1290FD Dodger Blue

📋 copy color: '#1290FD'

red 18 ◦ green 144 ◦ blue 253

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

Shades of Dodger Blue #1290FD

Tints of Dodger Blue #1290FD

RGB

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

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

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

R = 4.34%
G = 34.7%
B = 60.96%

CMYK

 C value IS 0.93

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1290FD (or 0x1290FD) is known color: Dodger Blue. HEX triplet: 12, 90 and FD. RGB value is (18,144,253). Sum of RGB (Red+Green+Blue) = 18+144+253=415 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.34% from 415); Green value is 144 (56.64% from 255 or 34.70% from 415); Blue value is 253 (99.22% from 255 or 60.96% from 415); Max value from RGB is 253 - color contains mainly: blue. Hex color #1290FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1290FD is #ED6F02. Grayscale: #767676. Windows color (decimal): -15560451 or 16617490. OLE color: 16617490.

HSL color Cylindrical-coordinate representation of color #1290FD: hue angle of 207.83º 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 #1290FD is Cyan = 0.93, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 18 144 253 -
CMYK 0.93 0.43 0 0.01
HSL 207.83º 0.98% 0.53% -
HSV(B) 207.83º 0.93% 0.99% -
XYZ 27.95 27.17 96.7 -
YUV 118.75 203.76 56.14 -
System Red Green Blue C M Y K H S L
Decimal 18 144 253 0.93 0.43 0 0.01 207.83 0.98 0.53
Hex 12 90 FD 5D 2B 0 1 D0 62 35
Octal 22 220 375 135 53 0 1 320 142 65
Binary 10010 10010000 11111101 1011101 101011 0 1 11010000 1100010 110101

Color Harmonies of #1290FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1290FD

Black with #1290FD

Text Example


Text Example

White with #1290FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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