Html Css Color HEX #333DEE Neon Blue

📋 copy color: '#333DEE'

red 51 ◦ green 61 ◦ blue 238

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

Shades of Neon Blue #333DEE

Tints of Neon Blue #333DEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 68%

R = 14.57%
G = 17.43%
B = 68%

CMYK

 C value IS 0.79

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#333DEE (or 0x333DEE) is known color: Neon Blue. HEX triplet: 33, 3D and EE. RGB value is (51,61,238). Sum of RGB (Red+Green+Blue) = 51+61+238=350 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.57% from 350); Green value is 61 (24.22% from 255 or 17.43% from 350); Blue value is 238 (93.36% from 255 or 68% from 350); Max value from RGB is 238 - color contains mainly: blue. Hex color #333DEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #333DEE is #CCC211. Grayscale: #4D4D4D. Windows color (decimal): -13419026 or 15613235. OLE color: 15613235.

HSL color Cylindrical-coordinate representation of color #333DEE: hue angle of 236.79º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #333DEE is Cyan = 0.79, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 51 61 238 -
CMYK 0.79 0.74 0 0.07
HSL 236.79º 0.85% 0.57% -
HSV(B) 236.79º 0.79% 0.93% -
XYZ 18.47 10.21 81.89 -
YUV 78.19 218.19 108.61 -
System Red Green Blue C M Y K H S L
Decimal 51 61 238 0.79 0.74 0 0.07 236.79 0.85 0.57
Hex 33 3D EE 4F 4A 0 7 ED 55 39
Octal 63 75 356 117 112 0 7 355 125 71
Binary 110011 111101 11101110 1001111 1001010 0 111 11101101 1010101 111001

Color Harmonies of #333DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333DEE

Black with #333DEE

Text Example


Text Example

White with #333DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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