#2396FD

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

Shades of Dodger Blue #2396FD

Tints of Dodger Blue #2396FD

Color information

#2396FD (or 0x2396FD) is unknown color: approx Dodger Blue. HEX triplet: 23, 96 and FD. RGB value is (35,150,253). Sum of RGB (Red+Green+Blue) = 35+150+253=438 (58% of max value = 765). Red value is 35 (14.06% from 255 or 7.99% from 438); Green value is 150 (58.98% from 255 or 34.25% from 438); Blue value is 253 (99.22% from 255 or 57.76% from 438); Max value from RGB is 253 - color contains mainly: blue. Hex color #2396FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2396FD is #DC6902. Grayscale: #7E7E7E. Windows color (decimal): -14444803 or 16619043. OLE color: 16619043.

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

Color convert

RGB35150253-
CMYK0.860.4100.01
HSL208.35º98.2%56.47%-
HSV(B)208.35º86.17%99.22%-
XYZ29.3329.2697.03-
YUV127.36198.962.12-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 7.99%
GREEN value IS 150 (58.98% from 255) = 34.25%
BLUE value IS 253 (99.22% from 255) = 57.76%
R=7.99%
G=34.25%
B=57.76%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal351502530.860.4100.01208.3598.256.47
Hex2396FD562901d06238
Octal43226375126510132014270
Binary1000111001011011111101101011010100101110100001100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2396FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2396FD; }

 p { color: rgb(35,150,253); }

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

<style>
 a { background-color: #2396FD; }

 a { background-color: rgb(35,150,253); }

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

<style>
 span { border-color: #2396FD; }

 span { border-color: rgb(35,150,253); }

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