Html Css Color HEX #385BFF Neon Blue

📋 copy color: '#385BFF'

red 56 ◦ green 91 ◦ blue 255

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

Shades of Neon Blue #385BFF

Tints of Neon Blue #385BFF

RGB

 RED value IS 56 (22.27% from 255) = 13.93%

 GREEN value IS 91 (35.94% from 255) = 22.64%

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

R = 13.93%
G = 22.64%
B = 63.43%

CMYK

 C value IS 0.78

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#385BFF (or 0x385BFF) is known color: Neon Blue. HEX triplet: 38, 5B and FF. RGB value is (56,91,255). Sum of RGB (Red+Green+Blue) = 56+91+255=402 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.93% from 402); Green value is 91 (35.94% from 255 or 22.64% from 402); Blue value is 255 (100% from 255 or 63.43% from 402); Max value from RGB is 255 - color contains mainly: blue. Hex color #385BFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #385BFF is #C7A400. Grayscale: #626262. Windows color (decimal): -13083649 or 16735032. OLE color: 16735032.

HSL color Cylindrical-coordinate representation of color #385BFF: hue angle of 229.45º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #385BFF is Cyan = 0.78, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 56 91 255 -
CMYK 0.78 0.64 0 0
HSL 229.45º 1% 0.61% -
HSV(B) 229.45º 0.78% 1% -
XYZ 23.42 15.54 96.37 -
YUV 99.23 215.9 97.16 -
System Red Green Blue C M Y K H S L
Decimal 56 91 255 0.78 0.64 0 0 229.45 1 0.61
Hex 38 5B FF 4E 40 0 0 E5 64 3D
Octal 70 133 377 116 100 0 0 345 144 75
Binary 111000 1011011 11111111 1001110 1000000 0 0 11100101 1100100 111101

Color Harmonies of #385BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385BFF

Black with #385BFF

Text Example


Text Example

White with #385BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385BFF; }

 p { color: rgb(56,91,255); }

 H1.HeaderClassName
 {
   color: #385BFF;
 }
 .AnyTagClassName
 {
   color: #385BFF;
 }
</style>

background-color css

<style>
 a { background-color: #385BFF; }

 a { background-color: rgb(56,91,255); }

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

border-color css

<style>
 span { border-color: #385BFF; }

 span { border-color: rgb(56,91,255); }

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