Html Css Color HEX #385DFF Neon Blue

📋 copy color: '#385DFF'

red 56 ◦ green 93 ◦ blue 255

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

Shades of Neon Blue #385DFF

Tints of Neon Blue #385DFF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.02%

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

R = 13.86%
G = 23.02%
B = 63.12%

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

#385DFF (or 0x385DFF) is known color: Neon Blue. HEX triplet: 38, 5D and FF. RGB value is (56,93,255). Sum of RGB (Red+Green+Blue) = 56+93+255=404 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.86% from 404); Green value is 93 (36.72% from 255 or 23.02% from 404); Blue value is 255 (100% from 255 or 63.12% from 404); Max value from RGB is 255 - color contains mainly: blue. Hex color #385DFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #385DFF is #C7A200. Grayscale: #636363. Windows color (decimal): -13083137 or 16735544. OLE color: 16735544.

HSL color Cylindrical-coordinate representation of color #385DFF: hue angle of 228.84º 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 #385DFF is Cyan = 0.78, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 56 93 255 -
CMYK 0.78 0.64 0 0
HSL 228.84º 1% 0.61% -
HSV(B) 228.84º 0.78% 1% -
XYZ 23.6 15.89 96.43 -
YUV 100.41 215.24 96.33 -
System Red Green Blue C M Y K H S L
Decimal 56 93 255 0.78 0.64 0 0 228.84 1 0.61
Hex 38 5D FF 4E 40 0 0 E5 64 3D
Octal 70 135 377 116 100 0 0 345 144 75
Binary 111000 1011101 11111111 1001110 1000000 0 0 11100101 1100100 111101

Color Harmonies of #385DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385DFF

Black with #385DFF

Text Example


Text Example

White with #385DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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