Html Css Color HEX #2383DC Dodger Blue

📋 copy color: '#2383DC'

red 35 ◦ green 131 ◦ blue 220

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

Shades of Dodger Blue #2383DC

Tints of Dodger Blue #2383DC

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.94%

 BLUE value IS 220 (86.33% from 255) = 56.99%

R = 9.07%
G = 33.94%
B = 56.99%

CMYK

 C value IS 0.84

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2383DC (or 0x2383DC) is known color: Dodger Blue. HEX triplet: 23, 83 and DC. RGB value is (35,131,220). Sum of RGB (Red+Green+Blue) = 35+131+220=386 (51% of max value = 765). Red value is 35 (14.06% from 255 or 9.07% from 386); Green value is 131 (51.56% from 255 or 33.94% from 386); Blue value is 220 (86.33% from 255 or 56.99% from 386); Max value from RGB is 220 - color contains mainly: blue. Hex color #2383DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2383DC is #DC7C23. Grayscale: #6F6F6F. Windows color (decimal): -14449700 or 14451491. OLE color: 14451491.

HSL color Cylindrical-coordinate representation of color #2383DC: hue angle of 208.86º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2383DC is Cyan = 0.84, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 35 131 220 -
CMYK 0.84 0.40 0 0.14
HSL 208.86º 0.73% 0.5% -
HSV(B) 208.86º 0.84% 0.86% -
XYZ 21.73 21.76 70.76 -
YUV 112.44 188.7 72.76 -
System Red Green Blue C M Y K H S L
Decimal 35 131 220 0.84 0.40 0 0.14 208.86 0.73 0.5
Hex 23 83 DC 54 28 0 E D1 49 32
Octal 43 203 334 124 50 0 16 321 111 62
Binary 100011 10000011 11011100 1010100 101000 0 1110 11010001 1001001 110010

Color Harmonies of #2383DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2383DC

Black with #2383DC

Text Example


Text Example

White with #2383DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2383DC; }

 p { color: rgb(35,131,220); }

 H1.HeaderClassName
 {
   color: #2383DC;
 }
 .AnyTagClassName
 {
   color: #2383DC;
 }
</style>

background-color css

<style>
 a { background-color: #2383DC; }

 a { background-color: rgb(35,131,220); }

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

border-color css

<style>
 span { border-color: #2383DC; }

 span { border-color: rgb(35,131,220); }

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