#1274FA

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

Shades of Dodger Blue #1274FA

Tints of Dodger Blue #1274FA

Color information

#1274FA (or 0x1274FA) is unknown color: approx Dodger Blue. HEX triplet: 12, 74 and FA. RGB value is (18,116,250). Sum of RGB (Red+Green+Blue) = 18+116+250=384 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.69% from 384); Green value is 116 (45.70% from 255 or 30.21% from 384); Blue value is 250 (98.05% from 255 or 65.10% from 384); Max value from RGB is 250 - color contains mainly: blue. Hex color #1274FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1274FA is #ED8B05. Grayscale: #656565. Windows color (decimal): -15567622 or 16413714. OLE color: 16413714.

HSL color Cylindrical-coordinate representation of color #1274FA: hue angle of 214.66º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1274FA is Cyan = 0.93, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB18116250-
CMYK0.930.5400.02
HSL214.66º95.87%52.55%-
HSV(B)214.66º92.8%98.04%-
XYZ23.7519.5292.96-
YUV101.97211.5368.1-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.69%
GREEN value IS 116 (45.70% from 255) = 30.21%
BLUE value IS 250 (98.05% from 255) = 65.10%
R=4.69%
G=30.21%
B=65.10%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal181162500.930.5400.02214.6695.8752.55
Hex1274FA5D3602d76035
Octal22164372135660232714065
Binary100101110100111110101011101110110010110101111100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1274FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1274FA; }

 p { color: rgb(18,116,250); }

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

<style>
 a { background-color: #1274FA; }

 a { background-color: rgb(18,116,250); }

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

<style>
 span { border-color: #1274FA; }

 span { border-color: rgb(18,116,250); }

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