Html Css Color HEX #2396ED Dodger Blue

📋 copy color: '#2396ED'

red 35 ◦ green 150 ◦ blue 237

#2396ED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #2396ED

Tints of Dodger Blue #2396ED

RGB

 RED value IS 35 (14.06% from 255) = 8.29%

 GREEN value IS 150 (58.98% from 255) = 35.55%

 BLUE value IS 237 (92.97% from 255) = 56.16%

R = 8.29%
G = 35.55%
B = 56.16%

CMYK

 C value IS 0.85

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2396ED (or 0x2396ED) is known color: Dodger Blue. HEX triplet: 23, 96 and ED. RGB value is (35,150,237). Sum of RGB (Red+Green+Blue) = 35+150+237=422 (55% of max value = 765). Red value is 35 (14.06% from 255 or 8.29% from 422); Green value is 150 (58.98% from 255 or 35.55% from 422); Blue value is 237 (92.97% from 255 or 56.16% from 422); Max value from RGB is 237 - color contains mainly: blue. Hex color #2396ED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2396ED is #DC6912. Grayscale: #7D7D7D. Windows color (decimal): -14444819 or 15570467. OLE color: 15570467.

HSL color Cylindrical-coordinate representation of color #2396ED: hue angle of 205.84º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2396ED is Cyan = 0.85, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 35 150 237 -
CMYK 0.85 0.37 0 0.07
HSL 205.84º 0.85% 0.53% -
HSV(B) 205.84º 0.85% 0.93% -
XYZ 26.89 28.28 84.16 -
YUV 125.53 190.9 63.43 -
System Red Green Blue C M Y K H S L
Decimal 35 150 237 0.85 0.37 0 0.07 205.84 0.85 0.53
Hex 23 96 ED 55 25 0 7 CE 55 35
Octal 43 226 355 125 45 0 7 316 125 65
Binary 100011 10010110 11101101 1010101 100101 0 111 11001110 1010101 110101

Color Harmonies of #2396ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2396ED

Black with #2396ED

Text Example


Text Example

White with #2396ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2396ED;
 }
 .AnyTagClassName
 {
   color: #2396ED;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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