Html Css Color HEX #483DDD Neon Blue

📋 copy color: '#483DDD'

red 72 ◦ green 61 ◦ blue 221

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

Shades of Neon Blue #483DDD

Tints of Neon Blue #483DDD

RGB

 RED value IS 72 (28.52% from 255) = 20.34%

 GREEN value IS 61 (24.22% from 255) = 17.23%

 BLUE value IS 221 (86.72% from 255) = 62.43%

R = 20.34%
G = 17.23%
B = 62.43%

CMYK

 C value IS 0.67

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#483DDD (or 0x483DDD) is known color: Neon Blue. HEX triplet: 48, 3D and DD. RGB value is (72,61,221). Sum of RGB (Red+Green+Blue) = 72+61+221=354 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.34% from 354); Green value is 61 (24.22% from 255 or 17.23% from 354); Blue value is 221 (86.72% from 255 or 62.43% from 354); Max value from RGB is 221 - color contains mainly: blue. Hex color #483DDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #483DDD is #B7C222. Grayscale: #515151. Windows color (decimal): -12042787 or 14499144. OLE color: 14499144.

HSL color Cylindrical-coordinate representation of color #483DDD: hue angle of 244.12º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #483DDD is Cyan = 0.67, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 72 61 221 -
CMYK 0.67 0.72 0 0.13
HSL 244.13º 0.7% 0.55% -
HSV(B) 244.13º 0.72% 0.87% -
XYZ 17.39 9.94 69.41 -
YUV 82.53 206.14 120.49 -
System Red Green Blue C M Y K H S L
Decimal 72 61 221 0.67 0.72 0 0.13 244.13 0.7 0.55
Hex 48 3D DD 43 48 0 D F4 46 37
Octal 110 75 335 103 110 0 15 364 106 67
Binary 1001000 111101 11011101 1000011 1001000 0 1101 11110100 1000110 110111

Color Harmonies of #483DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483DDD

Black with #483DDD

Text Example


Text Example

White with #483DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483DDD; }

 p { color: rgb(72,61,221); }

 H1.HeaderClassName
 {
   color: #483DDD;
 }
 .AnyTagClassName
 {
   color: #483DDD;
 }
</style>

background-color css

<style>
 a { background-color: #483DDD; }

 a { background-color: rgb(72,61,221); }

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

border-color css

<style>
 span { border-color: #483DDD; }

 span { border-color: rgb(72,61,221); }

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