Html Css Color HEX #2391E0 Dodger Blue

📋 copy color: '#2391E0'

red 35 ◦ green 145 ◦ blue 224

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

Shades of Dodger Blue #2391E0

Tints of Dodger Blue #2391E0

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.89%

 BLUE value IS 224 (87.89% from 255) = 55.45%

R = 8.66%
G = 35.89%
B = 55.45%

CMYK

 C value IS 0.84

 M value IS 0.35

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#2391E0 (or 0x2391E0) is known color: Dodger Blue. HEX triplet: 23, 91 and E0. RGB value is (35,145,224). Sum of RGB (Red+Green+Blue) = 35+145+224=404 (53% of max value = 765). Red value is 35 (14.06% from 255 or 8.66% from 404); Green value is 145 (57.03% from 255 or 35.89% from 404); Blue value is 224 (87.89% from 255 or 55.45% from 404); Max value from RGB is 224 - color contains mainly: blue. Hex color #2391E0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2391E0 is #DC6E1F. Grayscale: #787878. Windows color (decimal): -14446112 or 14717219. OLE color: 14717219.

HSL color Cylindrical-coordinate representation of color #2391E0: hue angle of 205.08º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2391E0 is Cyan = 0.84, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 35 145 224 -
CMYK 0.84 0.35 0 0.12
HSL 205.08º 0.75% 0.51% -
HSV(B) 205.08º 0.84% 0.88% -
XYZ 24.27 25.99 74.26 -
YUV 121.12 186.06 66.58 -
System Red Green Blue C M Y K H S L
Decimal 35 145 224 0.84 0.35 0 0.12 205.08 0.75 0.51
Hex 23 91 E0 54 23 0 C CD 4B 33
Octal 43 221 340 124 43 0 14 315 113 63
Binary 100011 10010001 11100000 1010100 100011 0 1100 11001101 1001011 110011

Color Harmonies of #2391E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2391E0

Black with #2391E0

Text Example


Text Example

White with #2391E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2391E0; }

 p { color: rgb(35,145,224); }

 H1.HeaderClassName
 {
   color: #2391E0;
 }
 .AnyTagClassName
 {
   color: #2391E0;
 }
</style>

background-color css

<style>
 a { background-color: #2391E0; }

 a { background-color: rgb(35,145,224); }

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

border-color css

<style>
 span { border-color: #2391E0; }

 span { border-color: rgb(35,145,224); }

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