Html Css Color HEX #303BE6 Neon Blue

📋 copy color: '#303BE6'

red 48 ◦ green 59 ◦ blue 230

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

Shades of Neon Blue #303BE6

Tints of Neon Blue #303BE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 68.25%

R = 14.24%
G = 17.51%
B = 68.25%

CMYK

 C value IS 0.79

 M value IS 0.74

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#303BE6 (or 0x303BE6) is known color: Neon Blue. HEX triplet: 30, 3B and E6. RGB value is (48,59,230). Sum of RGB (Red+Green+Blue) = 48+59+230=337 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.24% from 337); Green value is 59 (23.44% from 255 or 17.51% from 337); Blue value is 230 (90.23% from 255 or 68.25% from 337); Max value from RGB is 230 - color contains mainly: blue. Hex color #303BE6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #303BE6 is #CFC419. Grayscale: #4A4A4A. Windows color (decimal): -13616154 or 15088432. OLE color: 15088432.

HSL color Cylindrical-coordinate representation of color #303BE6: hue angle of 236.37º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #303BE6 is Cyan = 0.79, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 48 59 230 -
CMYK 0.79 0.74 0 0.10
HSL 236.37º 0.78% 0.55% -
HSV(B) 236.37º 0.79% 0.9% -
XYZ 17.07 9.47 75.79 -
YUV 75.21 215.36 108.6 -
System Red Green Blue C M Y K H S L
Decimal 48 59 230 0.79 0.74 0 0.10 236.37 0.78 0.55
Hex 30 3B E6 4F 4A 0 A EC 4E 37
Octal 60 73 346 117 112 0 12 354 116 67
Binary 110000 111011 11100110 1001111 1001010 0 1010 11101100 1001110 110111

Color Harmonies of #303BE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303BE6

Black with #303BE6

Text Example


Text Example

White with #303BE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303BE6; }

 p { color: rgb(48,59,230); }

 H1.HeaderClassName
 {
   color: #303BE6;
 }
 .AnyTagClassName
 {
   color: #303BE6;
 }
</style>

background-color css

<style>
 a { background-color: #303BE6; }

 a { background-color: rgb(48,59,230); }

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

border-color css

<style>
 span { border-color: #303BE6; }

 span { border-color: rgb(48,59,230); }

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