Html Css Color HEX #3040FF Neon Blue

📋 copy color: '#3040FF'

red 48 ◦ green 64 ◦ blue 255

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

Shades of Neon Blue #3040FF

Tints of Neon Blue #3040FF

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.44%

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

R = 13.08%
G = 17.44%
B = 69.48%

CMYK

 C value IS 0.81

 M value IS 0.75

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#3040FF (or 0x3040FF) is known color: Neon Blue. HEX triplet: 30, 40 and FF. RGB value is (48,64,255). Sum of RGB (Red+Green+Blue) = 48+64+255=367 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.08% from 367); Green value is 64 (25.39% from 255 or 17.44% from 367); Blue value is 255 (100% from 255 or 69.48% from 367); Max value from RGB is 255 - color contains mainly: blue. Hex color #3040FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3040FF is #CFBF00. Grayscale: #505050. Windows color (decimal): -13614849 or 16728112. OLE color: 16728112.

HSL color Cylindrical-coordinate representation of color #3040FF: hue angle of 235.36º 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 #3040FF is Cyan = 0.81, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 48 64 255 -
CMYK 0.81 0.75 0 0
HSL 235.36º 1% 0.59% -
HSV(B) 235.36º 0.81% 1% -
XYZ 21.1 11.52 95.72 -
YUV 80.99 226.2 104.47 -
System Red Green Blue C M Y K H S L
Decimal 48 64 255 0.81 0.75 0 0 235.36 1 0.59
Hex 30 40 FF 51 4B 0 0 EB 64 3B
Octal 60 100 377 121 113 0 0 353 144 73
Binary 110000 1000000 11111111 1010001 1001011 0 0 11101011 1100100 111011

Color Harmonies of #3040FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3040FF

Black with #3040FF

Text Example


Text Example

White with #3040FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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