#1974F3

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

Shades of Dodger Blue #1974F3

Tints of Dodger Blue #1974F3

Color information

#1974F3 (or 0x1974F3) is unknown color: approx Dodger Blue. HEX triplet: 19, 74 and F3. RGB value is (25,116,243). Sum of RGB (Red+Green+Blue) = 25+116+243=384 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.51% from 384); Green value is 116 (45.70% from 255 or 30.21% from 384); Blue value is 243 (95.31% from 255 or 63.28% from 384); Max value from RGB is 243 - color contains mainly: blue. Hex color #1974F3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1974F3 is #E68B0C. Grayscale: #666666. Windows color (decimal): -15108877 or 15954969. OLE color: 15954969.

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

Color convert

RGB25116243-
CMYK0.900.5200.05
HSL214.95º90.08%52.55%-
HSV(B)214.95º89.71%95.29%-
XYZ22.8219.1787.29-
YUV103.27206.8572.17-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.51%
GREEN value IS 116 (45.70% from 255) = 30.21%
BLUE value IS 243 (95.31% from 255) = 63.28%
R=6.51%
G=30.21%
B=63.28%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal251162430.900.5200.05214.9590.0852.55
Hex1974F35A3405d75a35
Octal31164363132640532713265
Binary1100111101001111001110110101101000101110101111011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1974F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1974F3; }

 p { color: rgb(25,116,243); }

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

<style>
 a { background-color: #1974F3; }

 a { background-color: rgb(25,116,243); }

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

<style>
 span { border-color: #1974F3; }

 span { border-color: rgb(25,116,243); }

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