Html Css Color HEX #333DFF Neon Blue

📋 copy color: '#333DFF'

red 51 ◦ green 61 ◦ blue 255

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

Shades of Neon Blue #333DFF

Tints of Neon Blue #333DFF

RGB

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

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

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

R = 13.9%
G = 16.62%
B = 69.48%

CMYK

 C value IS 0.8

 M value IS 0.76

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#333DFF (or 0x333DFF) is known color: Neon Blue. HEX triplet: 33, 3D and FF. RGB value is (51,61,255). Sum of RGB (Red+Green+Blue) = 51+61+255=367 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.90% from 367); Green value is 61 (24.22% from 255 or 16.62% 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 #333DFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #333DFF is #CCC200. Grayscale: #4F4F4F. Windows color (decimal): -13419009 or 16727347. OLE color: 16727347.

HSL color Cylindrical-coordinate representation of color #333DFF: hue angle of 237.06º 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 #333DFF is Cyan = 0.8, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 51 61 255 -
CMYK 0.8 0.76 0 0
HSL 237.06º 1% 0.6% -
HSV(B) 237.06º 0.8% 1% -
XYZ 21.08 11.26 95.67 -
YUV 80.13 226.69 107.23 -
System Red Green Blue C M Y K H S L
Decimal 51 61 255 0.8 0.76 0 0 237.06 1 0.6
Hex 33 3D FF 50 4C 0 0 ED 64 3C
Octal 63 75 377 120 114 0 0 355 144 74
Binary 110011 111101 11111111 1010000 1001100 0 0 11101101 1100100 111100

Color Harmonies of #333DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333DFF

Black with #333DFF

Text Example


Text Example

White with #333DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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