Html Css Color HEX #3033EE Neon Blue

📋 copy color: '#3033EE'

red 48 ◦ green 51 ◦ blue 238

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

Shades of Neon Blue #3033EE

Tints of Neon Blue #3033EE

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.13%

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

R = 14.24%
G = 15.13%
B = 70.62%

CMYK

 C value IS 0.80

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3033EE (or 0x3033EE) is known color: Neon Blue. HEX triplet: 30, 33 and EE. RGB value is (48,51,238). Sum of RGB (Red+Green+Blue) = 48+51+238=337 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.24% from 337); Green value is 51 (20.31% from 255 or 15.13% from 337); Blue value is 238 (93.36% from 255 or 70.62% from 337); Max value from RGB is 238 - color contains mainly: blue. Hex color #3033EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3033EE is #CFCC11. Grayscale: #464646. Windows color (decimal): -13618194 or 15610672. OLE color: 15610672.

HSL color Cylindrical-coordinate representation of color #3033EE: hue angle of 239.05º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3033EE is Cyan = 0.80, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 48 51 238 -
CMYK 0.80 0.79 0 0.07
HSL 239.05º 0.85% 0.56% -
HSV(B) 239.05º 0.8% 0.93% -
XYZ 17.84 9.17 81.72 -
YUV 71.42 222.01 111.29 -
System Red Green Blue C M Y K H S L
Decimal 48 51 238 0.80 0.79 0 0.07 239.05 0.85 0.56
Hex 30 33 EE 50 4F 0 7 EF 55 38
Octal 60 63 356 120 117 0 7 357 125 70
Binary 110000 110011 11101110 1010000 1001111 0 111 11101111 1010101 111000

Color Harmonies of #3033EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3033EE

Black with #3033EE

Text Example


Text Example

White with #3033EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3033EE; }

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

 H1.HeaderClassName
 {
   color: #3033EE;
 }
 .AnyTagClassName
 {
   color: #3033EE;
 }
</style>

background-color css

<style>
 a { background-color: #3033EE; }

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

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

border-color css

<style>
 span { border-color: #3033EE; }

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

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