Html Css Color HEX #1048FF Neon Blue

📋 copy color: '#1048FF'

red 16 ◦ green 72 ◦ blue 255

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

Shades of Neon Blue #1048FF

Tints of Neon Blue #1048FF

RGB

 RED value IS 16 (6.64% from 255) = 4.66%

 GREEN value IS 72 (28.52% from 255) = 20.99%

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

R = 4.66%
G = 20.99%
B = 74.34%

CMYK

 C value IS 0.94

 M value IS 0.72

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1048FF (or 0x1048FF) is known color: Neon Blue. HEX triplet: 10, 48 and FF. RGB value is (16,72,255). Sum of RGB (Red+Green+Blue) = 16+72+255=343 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.66% from 343); Green value is 72 (28.52% from 255 or 20.99% from 343); Blue value is 255 (100% from 255 or 74.34% from 343); Max value from RGB is 255 - color contains mainly: blue. Hex color #1048FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1048FF is #EFB700. Grayscale: #4B4B4B. Windows color (decimal): -15709953 or 16730128. OLE color: 16730128.

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

Color convert

RGB 16 72 255 -
CMYK 0.94 0.72 0 0
HSL 225.94º 1% 0.53% -
HSV(B) 225.94º 0.94% 1% -
XYZ 20.58 11.96 95.83 -
YUV 76.12 228.95 85.12 -
System Red Green Blue C M Y K H S L
Decimal 16 72 255 0.94 0.72 0 0 225.94 1 0.53
Hex 10 48 FF 5E 48 0 0 E2 64 35
Octal 20 110 377 136 110 0 0 342 144 65
Binary 10000 1001000 11111111 1011110 1001000 0 0 11100010 1100100 110101

Color Harmonies of #1048FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1048FF

Black with #1048FF

Text Example


Text Example

White with #1048FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,72,255); }

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

background-color css

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

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

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

border-color css

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

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

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