Html Css Color HEX #1289FE Dodger Blue

📋 copy color: '#1289FE'

red 18 ◦ green 137 ◦ blue 254

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

Shades of Dodger Blue #1289FE

Tints of Dodger Blue #1289FE

RGB

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

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

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

R = 4.4%
G = 33.5%
B = 62.1%

CMYK

 C value IS 0.93

 M value IS 0.46

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#1289FE (or 0x1289FE) is known color: Dodger Blue. HEX triplet: 12, 89 and FE. RGB value is (18,137,254). Sum of RGB (Red+Green+Blue) = 18+137+254=409 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.40% from 409); Green value is 137 (53.91% from 255 or 33.50% from 409); Blue value is 254 (99.61% from 255 or 62.10% from 409); Max value from RGB is 254 - color contains mainly: blue. Hex color #1289FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1289FE is #ED7601. Grayscale: #727272. Windows color (decimal): -15562242 or 16681234. OLE color: 16681234.

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

Color convert

RGB 18 137 254 -
CMYK 0.93 0.46 0 0.00
HSL 209.75º 0.99% 0.53% -
HSV(B) 209.75º 0.93% 1% -
XYZ 27.08 25.18 97.2 -
YUV 114.76 206.58 58.99 -
System Red Green Blue C M Y K H S L
Decimal 18 137 254 0.93 0.46 0 0.00 209.75 0.99 0.53
Hex 12 89 FE 5D 2E 0 0 D2 63 35
Octal 22 211 376 135 56 0 0 322 143 65
Binary 10010 10001001 11111110 1011101 101110 0 0 11010010 1100011 110101

Color Harmonies of #1289FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1289FE

Black with #1289FE

Text Example


Text Example

White with #1289FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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