Html Css Color HEX #2483DB Dodger Blue

📋 copy color: '#2483DB'

red 36 ◦ green 131 ◦ blue 219

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

Shades of Dodger Blue #2483DB

Tints of Dodger Blue #2483DB

RGB

 RED value IS 36 (14.45% from 255) = 9.33%

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

 BLUE value IS 219 (85.94% from 255) = 56.74%

R = 9.33%
G = 33.94%
B = 56.74%

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

#2483DB (or 0x2483DB) is known color: Dodger Blue. HEX triplet: 24, 83 and DB. RGB value is (36,131,219). Sum of RGB (Red+Green+Blue) = 36+131+219=386 (51% of max value = 765). Red value is 36 (14.45% from 255 or 9.33% from 386); Green value is 131 (51.56% from 255 or 33.94% from 386); Blue value is 219 (85.94% from 255 or 56.74% from 386); Max value from RGB is 219 - color contains mainly: blue. Hex color #2483DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2483DB is #DB7C24. Grayscale: #707070. Windows color (decimal): -14384165 or 14385956. OLE color: 14385956.

HSL color Cylindrical-coordinate representation of color #2483DB: hue angle of 208.85º degrees, saturation: 0.72, 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 #2483DB is Cyan = 0.84, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 36 131 219 -
CMYK 0.84 0.40 0 0.14
HSL 208.85º 0.72% 0.5% -
HSV(B) 208.85º 0.84% 0.86% -
XYZ 21.63 21.72 70.07 -
YUV 112.63 188.03 73.34 -
System Red Green Blue C M Y K H S L
Decimal 36 131 219 0.84 0.40 0 0.14 208.85 0.72 0.5
Hex 24 83 DB 54 28 0 E D1 48 32
Octal 44 203 333 124 50 0 16 321 110 62
Binary 100100 10000011 11011011 1010100 101000 0 1110 11010001 1001000 110010

Color Harmonies of #2483DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2483DB

Black with #2483DB

Text Example


Text Example

White with #2483DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2483DB; }

 p { color: rgb(36,131,219); }

 H1.HeaderClassName
 {
   color: #2483DB;
 }
 .AnyTagClassName
 {
   color: #2483DB;
 }
</style>

background-color css

<style>
 a { background-color: #2483DB; }

 a { background-color: rgb(36,131,219); }

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

border-color css

<style>
 span { border-color: #2483DB; }

 span { border-color: rgb(36,131,219); }

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