Html Css Color HEX #303DF0 Neon Blue

📋 copy color: '#303DF0'

red 48 ◦ green 61 ◦ blue 240

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

Shades of Neon Blue #303DF0

Tints of Neon Blue #303DF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 68.77%

R = 13.75%
G = 17.48%
B = 68.77%

CMYK

 C value IS 0.8

 M value IS 0.75

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#303DF0 (or 0x303DF0) is known color: Neon Blue. HEX triplet: 30, 3D and F0. RGB value is (48,61,240). Sum of RGB (Red+Green+Blue) = 48+61+240=349 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.75% from 349); Green value is 61 (24.22% from 255 or 17.48% from 349); Blue value is 240 (94.14% from 255 or 68.77% from 349); Max value from RGB is 240 - color contains mainly: blue. Hex color #303DF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #303DF0 is #CFC20F. Grayscale: #4C4C4C. Windows color (decimal): -13615632 or 15744304. OLE color: 15744304.

HSL color Cylindrical-coordinate representation of color #303DF0: hue angle of 235.94º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #303DF0 is Cyan = 0.8, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 48 61 240 -
CMYK 0.8 0.75 0 0.06
HSL 235.94º 0.86% 0.56% -
HSV(B) 235.94º 0.8% 0.94% -
XYZ 18.62 10.26 83.44 -
YUV 77.52 219.69 106.95 -
System Red Green Blue C M Y K H S L
Decimal 48 61 240 0.8 0.75 0 0.06 235.94 0.86 0.56
Hex 30 3D F0 50 4B 0 6 EC 56 38
Octal 60 75 360 120 113 0 6 354 126 70
Binary 110000 111101 11110000 1010000 1001011 0 110 11101100 1010110 111000

Color Harmonies of #303DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303DF0

Black with #303DF0

Text Example


Text Example

White with #303DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,61,240); }

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

background-color css

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

 a { background-color: rgb(48,61,240); }

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

border-color css

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

 span { border-color: rgb(48,61,240); }

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