Html Css Color HEX #1289FD Dodger Blue

📋 copy color: '#1289FD'

red 18 ◦ green 137 ◦ blue 253

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

Shades of Dodger Blue #1289FD

Tints of Dodger Blue #1289FD

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.58%

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

R = 4.41%
G = 33.58%
B = 62.01%

CMYK

 C value IS 0.93

 M value IS 0.46

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1289FD (or 0x1289FD) is known color: Dodger Blue. HEX triplet: 12, 89 and FD. RGB value is (18,137,253). Sum of RGB (Red+Green+Blue) = 18+137+253=408 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.41% from 408); Green value is 137 (53.91% from 255 or 33.58% from 408); Blue value is 253 (99.22% from 255 or 62.01% from 408); Max value from RGB is 253 - color contains mainly: blue. Hex color #1289FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1289FD is #ED7602. Grayscale: #727272. Windows color (decimal): -15562243 or 16615698. OLE color: 16615698.

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

Color convert

RGB 18 137 253 -
CMYK 0.93 0.46 0 0.01
HSL 209.62º 0.98% 0.53% -
HSV(B) 209.62º 0.93% 0.99% -
XYZ 26.92 25.11 96.36 -
YUV 114.64 206.08 59.07 -
System Red Green Blue C M Y K H S L
Decimal 18 137 253 0.93 0.46 0 0.01 209.62 0.98 0.53
Hex 12 89 FD 5D 2E 0 1 D2 62 35
Octal 22 211 375 135 56 0 1 322 142 65
Binary 10010 10001001 11111101 1011101 101110 0 1 11010010 1100010 110101

Color Harmonies of #1289FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1289FD

Black with #1289FD

Text Example


Text Example

White with #1289FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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