#2478EB

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

Shades of Dodger Blue #2478EB

Tints of Dodger Blue #2478EB

Color information

#2478EB (or 0x2478EB) is unknown color: approx Dodger Blue. HEX triplet: 24, 78 and EB. RGB value is (36,120,235). Sum of RGB (Red+Green+Blue) = 36+120+235=391 (51% of max value = 765). Red value is 36 (14.45% from 255 or 9.21% from 391); Green value is 120 (47.27% from 255 or 30.69% from 391); Blue value is 235 (92.19% from 255 or 60.10% from 391); Max value from RGB is 235 - color contains mainly: blue. Hex color #2478EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2478EB is #DB8714. Grayscale: #6B6B6B. Windows color (decimal): -14386965 or 15431716. OLE color: 15431716.

HSL color Cylindrical-coordinate representation of color #2478EB: hue angle of 214.67º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2478EB is Cyan = 0.85, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB36120235-
CMYK0.850.4900.08
HSL214.67º83.26%53.14%-
HSV(B)214.67º84.68%92.16%-
XYZ22.4419.8181.24-
YUV107.99199.6776.65-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 9.21%
GREEN value IS 120 (47.27% from 255) = 30.69%
BLUE value IS 235 (92.19% from 255) = 60.10%
R=9.21%
G=30.69%
B=60.10%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal361202350.850.4900.08214.6783.2653.14
Hex2478EB553108d75335
Octal441703531256101032712365
Binary100100111100011101011101010111000101000110101111010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2478EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2478EB; }

 p { color: rgb(36,120,235); }

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

<style>
 a { background-color: #2478EB; }

 a { background-color: rgb(36,120,235); }

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

<style>
 span { border-color: #2478EB; }

 span { border-color: rgb(36,120,235); }

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