Html Css Color HEX #2483F9 Dodger Blue

📋 copy color: '#2483F9'

red 36 ◦ green 131 ◦ blue 249

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

Shades of Dodger Blue #2483F9

Tints of Dodger Blue #2483F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 59.86%

R = 8.65%
G = 31.49%
B = 59.86%

CMYK

 C value IS 0.86

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2483F9 (or 0x2483F9) is known color: Dodger Blue. HEX triplet: 24, 83 and F9. RGB value is (36,131,249). Sum of RGB (Red+Green+Blue) = 36+131+249=416 (55% of max value = 765). Red value is 36 (14.45% from 255 or 8.65% from 416); Green value is 131 (51.56% from 255 or 31.49% from 416); Blue value is 249 (97.66% from 255 or 59.86% from 416); Max value from RGB is 249 - color contains mainly: blue. Hex color #2483F9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2483F9 is #DB7C06. Grayscale: #737373. Windows color (decimal): -14384135 or 16352036. OLE color: 16352036.

HSL color Cylindrical-coordinate representation of color #2483F9: hue angle of 213.24º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2483F9 is Cyan = 0.86, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 36 131 249 -
CMYK 0.86 0.47 0 0.02
HSL 213.24º 0.95% 0.56% -
HSV(B) 213.24º 0.86% 0.98% -
XYZ 25.94 23.45 92.78 -
YUV 116.05 203.03 70.91 -
System Red Green Blue C M Y K H S L
Decimal 36 131 249 0.86 0.47 0 0.02 213.24 0.95 0.56
Hex 24 83 F9 56 2F 0 2 D5 5F 38
Octal 44 203 371 126 57 0 2 325 137 70
Binary 100100 10000011 11111001 1010110 101111 0 10 11010101 1011111 111000

Color Harmonies of #2483F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2483F9

Black with #2483F9

Text Example


Text Example

White with #2483F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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