Html Css Color HEX #1296F9 Dodger Blue

📋 copy color: '#1296F9'

red 18 ◦ green 150 ◦ blue 249

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

Shades of Dodger Blue #1296F9

Tints of Dodger Blue #1296F9

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.97%

 BLUE value IS 249 (97.66% from 255) = 59.71%

R = 4.32%
G = 35.97%
B = 59.71%

CMYK

 C value IS 0.93

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1296F9 (or 0x1296F9) is known color: Dodger Blue. HEX triplet: 12, 96 and F9. RGB value is (18,150,249). Sum of RGB (Red+Green+Blue) = 18+150+249=417 (55% of max value = 765). Red value is 18 (7.42% from 255 or 4.32% from 417); Green value is 150 (58.98% from 255 or 35.97% from 417); Blue value is 249 (97.66% from 255 or 59.71% from 417); Max value from RGB is 249 - color contains mainly: blue. Hex color #1296F9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1296F9 is #ED6906. Grayscale: #797979. Windows color (decimal): -15558919 or 16356882. OLE color: 16356882.

HSL color Cylindrical-coordinate representation of color #1296F9: hue angle of 205.71º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1296F9 is Cyan = 0.93, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 18 150 249 -
CMYK 0.93 0.40 0 0.02
HSL 205.71º 0.95% 0.52% -
HSV(B) 205.71º 0.93% 0.98% -
XYZ 28.25 28.78 93.69 -
YUV 121.82 199.77 53.95 -
System Red Green Blue C M Y K H S L
Decimal 18 150 249 0.93 0.40 0 0.02 205.71 0.95 0.52
Hex 12 96 F9 5D 28 0 2 CE 5F 34
Octal 22 226 371 135 50 0 2 316 137 64
Binary 10010 10010110 11111001 1011101 101000 0 10 11001110 1011111 110100

Color Harmonies of #1296F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1296F9

Black with #1296F9

Text Example


Text Example

White with #1296F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1296F9; }

 p { color: rgb(18,150,249); }

 H1.HeaderClassName
 {
   color: #1296F9;
 }
 .AnyTagClassName
 {
   color: #1296F9;
 }
</style>

background-color css

<style>
 a { background-color: #1296F9; }

 a { background-color: rgb(18,150,249); }

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

border-color css

<style>
 span { border-color: #1296F9; }

 span { border-color: rgb(18,150,249); }

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