Html Css Color HEX #2483DF Dodger Blue

📋 copy color: '#2483DF'

red 36 ◦ green 131 ◦ blue 223

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

Shades of Dodger Blue #2483DF

Tints of Dodger Blue #2483DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 57.18%

R = 9.23%
G = 33.59%
B = 57.18%

CMYK

 C value IS 0.84

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2483DF (or 0x2483DF) is known color: Dodger Blue. HEX triplet: 24, 83 and DF. RGB value is (36,131,223). Sum of RGB (Red+Green+Blue) = 36+131+223=390 (51% of max value = 765). Red value is 36 (14.45% from 255 or 9.23% from 390); Green value is 131 (51.56% from 255 or 33.59% from 390); Blue value is 223 (87.5% from 255 or 57.18% from 390); Max value from RGB is 223 - color contains mainly: blue. Hex color #2483DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2483DF is #DB7C20. Grayscale: #707070. Windows color (decimal): -14384161 or 14648100. OLE color: 14648100.

HSL color Cylindrical-coordinate representation of color #2483DF: hue angle of 209.52º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2483DF is Cyan = 0.84, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 36 131 223 -
CMYK 0.84 0.41 0 0.13
HSL 209.52º 0.75% 0.51% -
HSV(B) 209.52º 0.84% 0.87% -
XYZ 22.16 21.94 72.88 -
YUV 113.08 190.03 73.02 -
System Red Green Blue C M Y K H S L
Decimal 36 131 223 0.84 0.41 0 0.13 209.52 0.75 0.51
Hex 24 83 DF 54 29 0 D D2 4B 33
Octal 44 203 337 124 51 0 15 322 113 63
Binary 100100 10000011 11011111 1010100 101001 0 1101 11010010 1001011 110011

Color Harmonies of #2483DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2483DF

Black with #2483DF

Text Example


Text Example

White with #2483DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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