Html Css Color HEX #333BFF Neon Blue

📋 copy color: '#333BFF'

red 51 ◦ green 59 ◦ blue 255

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

Shades of Neon Blue #333BFF

Tints of Neon Blue #333BFF

RGB

 RED value IS 51 (20.31% from 255) = 13.97%

 GREEN value IS 59 (23.44% from 255) = 16.16%

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

R = 13.97%
G = 16.16%
B = 69.86%

CMYK

 C value IS 0.8

 M value IS 0.77

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#333BFF (or 0x333BFF) is known color: Neon Blue. HEX triplet: 33, 3B and FF. RGB value is (51,59,255). Sum of RGB (Red+Green+Blue) = 51+59+255=365 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.97% from 365); Green value is 59 (23.44% from 255 or 16.16% from 365); Blue value is 255 (100% from 255 or 69.86% from 365); Max value from RGB is 255 - color contains mainly: blue. Hex color #333BFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #333BFF is #CCC400. Grayscale: #4E4E4E. Windows color (decimal): -13419521 or 16726835. OLE color: 16726835.

HSL color Cylindrical-coordinate representation of color #333BFF: hue angle of 237.65º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #333BFF is Cyan = 0.8, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 51 59 255 -
CMYK 0.8 0.77 0 0
HSL 237.65º 1% 0.6% -
HSV(B) 237.65º 0.8% 1% -
XYZ 20.98 11.05 95.64 -
YUV 78.95 227.35 108.06 -
System Red Green Blue C M Y K H S L
Decimal 51 59 255 0.8 0.77 0 0 237.65 1 0.6
Hex 33 3B FF 50 4D 0 0 EE 64 3C
Octal 63 73 377 120 115 0 0 356 144 74
Binary 110011 111011 11111111 1010000 1001101 0 0 11101110 1100100 111100

Color Harmonies of #333BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333BFF

Black with #333BFF

Text Example


Text Example

White with #333BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333BFF; }

 p { color: rgb(51,59,255); }

 H1.HeaderClassName
 {
   color: #333BFF;
 }
 .AnyTagClassName
 {
   color: #333BFF;
 }
</style>

background-color css

<style>
 a { background-color: #333BFF; }

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

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

border-color css

<style>
 span { border-color: #333BFF; }

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

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