Html Css Color HEX #1296F0 Dodger Blue

📋 copy color: '#1296F0'

red 18 ◦ green 150 ◦ blue 240

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

Shades of Dodger Blue #1296F0

Tints of Dodger Blue #1296F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 58.82%

R = 4.41%
G = 36.76%
B = 58.82%

CMYK

 C value IS 0.92

 M value IS 0.37

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1296F0 (or 0x1296F0) is known color: Dodger Blue. HEX triplet: 12, 96 and F0. RGB value is (18,150,240). Sum of RGB (Red+Green+Blue) = 18+150+240=408 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.41% from 408); Green value is 150 (58.98% from 255 or 36.76% from 408); Blue value is 240 (94.14% from 255 or 58.82% from 408); Max value from RGB is 240 - color contains mainly: blue. Hex color #1296F0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1296F0 is #ED690F. Grayscale: #787878. Windows color (decimal): -15558928 or 15767058. OLE color: 15767058.

HSL color Cylindrical-coordinate representation of color #1296F0: hue angle of 204.32º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1296F0 is Cyan = 0.92, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 18 150 240 -
CMYK 0.92 0.37 0 0.06
HSL 204.32º 0.88% 0.51% -
HSV(B) 204.32º 0.93% 0.94% -
XYZ 26.88 28.23 86.47 -
YUV 120.79 195.27 54.68 -
System Red Green Blue C M Y K H S L
Decimal 18 150 240 0.92 0.37 0 0.06 204.32 0.88 0.51
Hex 12 96 F0 5C 25 0 6 CC 58 33
Octal 22 226 360 134 45 0 6 314 130 63
Binary 10010 10010110 11110000 1011100 100101 0 110 11001100 1011000 110011

Color Harmonies of #1296F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1296F0

Black with #1296F0

Text Example


Text Example

White with #1296F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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