Html Css Color HEX #1289FC Dodger Blue

📋 copy color: '#1289FC'

red 18 ◦ green 137 ◦ blue 252

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

Shades of Dodger Blue #1289FC

Tints of Dodger Blue #1289FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 61.92%

R = 4.42%
G = 33.66%
B = 61.92%

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

#1289FC (or 0x1289FC) is known color: Dodger Blue. HEX triplet: 12, 89 and FC. RGB value is (18,137,252). Sum of RGB (Red+Green+Blue) = 18+137+252=407 (53% of max value = 765). Red value is 18 (7.42% from 255 or 4.42% from 407); Green value is 137 (53.91% from 255 or 33.66% from 407); Blue value is 252 (98.83% from 255 or 61.92% from 407); Max value from RGB is 252 - color contains mainly: blue. Hex color #1289FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1289FC is #ED7603. Grayscale: #717171. Windows color (decimal): -15562244 or 16550162. OLE color: 16550162.

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

Color convert

RGB 18 137 252 -
CMYK 0.93 0.46 0 0.01
HSL 209.49º 0.98% 0.53% -
HSV(B) 209.49º 0.93% 0.99% -
XYZ 26.77 25.05 95.52 -
YUV 114.53 205.58 59.15 -
System Red Green Blue C M Y K H S L
Decimal 18 137 252 0.93 0.46 0 0.01 209.49 0.98 0.53
Hex 12 89 FC 5D 2E 0 1 D1 62 35
Octal 22 211 374 135 56 0 1 321 142 65
Binary 10010 10001001 11111100 1011101 101110 0 1 11010001 1100010 110101

Color Harmonies of #1289FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1289FC

Black with #1289FC

Text Example


Text Example

White with #1289FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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