#2475F1

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

Shades of Dodger Blue #2475F1

Tints of Dodger Blue #2475F1

Color information

#2475F1 (or 0x2475F1) is unknown color: approx Dodger Blue. HEX triplet: 24, 75 and F1. RGB value is (36,117,241). Sum of RGB (Red+Green+Blue) = 36+117+241=394 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9.14% from 394); Green value is 117 (46.09% from 255 or 29.70% from 394); Blue value is 241 (94.53% from 255 or 61.17% from 394); Max value from RGB is 241 - color contains mainly: blue. Hex color #2475F1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2475F1 is #DB8A0E. Grayscale: #6A6A6A. Windows color (decimal): -14387727 or 15824164. OLE color: 15824164.

HSL color Cylindrical-coordinate representation of color #2475F1: hue angle of 216.29º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2475F1 is Cyan = 0.85, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB36117241-
CMYK0.850.5100.05
HSL216.29º87.98%54.31%-
HSV(B)216.29º85.06%94.51%-
XYZ22.9719.4585.76-
YUV106.92203.6677.42-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 9.14%
GREEN value IS 117 (46.09% from 255) = 29.70%
BLUE value IS 241 (94.53% from 255) = 61.17%
R=9.14%
G=29.70%
B=61.17%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal361172410.850.5100.05216.2987.9854.31
Hex2475F1553305d85836
Octal44165361125630533013066
Binary10010011101011111000110101011100110101110110001011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2475F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2475F1; }

 p { color: rgb(36,117,241); }

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

<style>
 a { background-color: #2475F1; }

 a { background-color: rgb(36,117,241); }

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

<style>
 span { border-color: #2475F1; }

 span { border-color: rgb(36,117,241); }

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