Html Css Color HEX #3030FF Neon Blue

📋 copy color: '#3030FF'

red 48 ◦ green 48 ◦ blue 255

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

Shades of Neon Blue #3030FF

Tints of Neon Blue #3030FF

RGB

 RED value IS 48 (19.14% from 255) = 13.68%

 GREEN value IS 48 (19.14% from 255) = 13.68%

 BLUE value IS 255 (100% from 255) = 72.65%

R = 13.68%
G = 13.68%
B = 72.65%

CMYK

 C value IS 0.81

 M value IS 0.81

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#3030FF (or 0x3030FF) is known color: Neon Blue. HEX triplet: 30, 30 and FF. RGB value is (48,48,255). Sum of RGB (Red+Green+Blue) = 48+48+255=351 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.68% from 351); Green value is 48 (19.14% from 255 or 13.68% from 351); Blue value is 255 (100% from 255 or 72.65% from 351); Max value from RGB is 255 - color contains mainly: blue. Hex color #3030FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3030FF is #CFCF00. Grayscale: #464646. Windows color (decimal): -13618945 or 16724016. OLE color: 16724016.

HSL color Cylindrical-coordinate representation of color #3030FF: hue angle of 240º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3030FF is Cyan = 0.81, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 48 48 255 -
CMYK 0.81 0.81 0 0
HSL 240º 1% 0.59% -
HSV(B) 240º 0.81% 1% -
XYZ 20.33 9.96 95.46 -
YUV 71.6 231.5 111.17 -
System Red Green Blue C M Y K H S L
Decimal 48 48 255 0.81 0.81 0 0 240 1 0.59
Hex 30 30 FF 51 51 0 0 F0 64 3B
Octal 60 60 377 121 121 0 0 360 144 73
Binary 110000 110000 11111111 1010001 1010001 0 0 11110000 1100100 111011

Color Harmonies of #3030FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3030FF

Black with #3030FF

Text Example


Text Example

White with #3030FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3030FF; }

 p { color: rgb(48,48,255); }

 H1.HeaderClassName
 {
   color: #3030FF;
 }
 .AnyTagClassName
 {
   color: #3030FF;
 }
</style>

background-color css

<style>
 a { background-color: #3030FF; }

 a { background-color: rgb(48,48,255); }

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

border-color css

<style>
 span { border-color: #3030FF; }

 span { border-color: rgb(48,48,255); }

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