#2494FB

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

Shades of Dodger Blue #2494FB

Tints of Dodger Blue #2494FB

Color information

#2494FB (or 0x2494FB) is unknown color: approx Dodger Blue. HEX triplet: 24, 94 and FB. RGB value is (36,148,251). Sum of RGB (Red+Green+Blue) = 36+148+251=435 (57% of max value = 765). Red value is 36 (14.45% from 255 or 8.28% from 435); Green value is 148 (58.20% from 255 or 34.02% from 435); Blue value is 251 (98.44% from 255 or 57.70% from 435); Max value from RGB is 251 - color contains mainly: blue. Hex color #2494FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2494FB is #DB6B04. Grayscale: #7D7D7D. Windows color (decimal): -14379781 or 16487460. OLE color: 16487460.

HSL color Cylindrical-coordinate representation of color #2494FB: hue angle of 208.74º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2494FB is Cyan = 0.86, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB36148251-
CMYK0.860.4100.02
HSL208.74º96.41%56.27%-
HSV(B)208.74º85.66%98.43%-
XYZ28.7328.5295.26-
YUV126.25198.3963.62-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 8.28%
GREEN value IS 148 (58.20% from 255) = 34.02%
BLUE value IS 251 (98.44% from 255) = 57.70%
R=8.28%
G=34.02%
B=57.70%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal361482510.860.4100.02208.7496.4156.27
Hex2494FB562902d16038
Octal44224373126510232114070
Binary10010010010100111110111010110101001010110100011100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2494FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2494FB; }

 p { color: rgb(36,148,251); }

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

<style>
 a { background-color: #2494FB; }

 a { background-color: rgb(36,148,251); }

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

<style>
 span { border-color: #2494FB; }

 span { border-color: rgb(36,148,251); }

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