#1272F2

Color #1272F2 Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #1272F2

Tints of Dodger Blue #1272F2

Color information

#1272F2 (or 0x1272F2) is unknown color: approx Dodger Blue. HEX triplet: 12, 72 and F2. RGB value is (18,114,242). Sum of RGB (Red+Green+Blue) = 18+114+242=374 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.81% from 374); Green value is 114 (44.92% from 255 or 30.48% from 374); Blue value is 242 (94.92% from 255 or 64.71% from 374); Max value from RGB is 242 - color contains mainly: blue. Hex color #1272F2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1272F2 is #ED8D0D. Grayscale: #636363. Windows color (decimal): -15568142 or 15888914. OLE color: 15888914.

HSL color Cylindrical-coordinate representation of color #1272F2: hue angle of 214.29º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1272F2 is Cyan = 0.93, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB18114242-
CMYK0.930.5300.05
HSL214.29º89.6%50.98%-
HSV(B)214.29º92.56%94.9%-
XYZ22.2918.5786.41-
YUV99.89208.269.59-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.81%
GREEN value IS 114 (44.92% from 255) = 30.48%
BLUE value IS 242 (94.92% from 255) = 64.71%
R=4.81%
G=30.48%
B=64.71%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal181142420.930.5300.05214.2989.650.98
Hex1272F25D3505d65a33
Octal22162362135650532613263
Binary1001011100101111001010111011101010101110101101011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1272F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1272F2; }

 p { color: rgb(18,114,242); }

 H1.HeaderClassName
 {
   color: #1272F2;
 }
 .AnyTagClassName
 {
   color: #1272F2;
 }
</style>
background-color css

<style>
 a { background-color: #1272F2; }

 a { background-color: rgb(18,114,242); }

 div.DivClassName
 {
   background-color: #1272F2;
 }
 .BgClassName
 {
   background-color: #1272F2;
 }
</style>
border-color css

<style>
 span { border-color: #1272F2; }

 span { border-color: rgb(18,114,242); }

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